Skip to content

Commit

Permalink
fix(gem): digest-crc transitive dependency install issue
Browse files Browse the repository at this point in the history
fix #2
  • Loading branch information
arnaud-dezandee committed Jul 7, 2020
1 parent 8212d2d commit d86f6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant-box-gcs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.required_ruby_version = ">= 2.4"
gem.add_dependency 'digest-crc', '~> 0.5.1'
gem.add_dependency "google-cloud-storage", "~> 1.26.1"
end

0 comments on commit d86f6a4

Please # to comment.