Skip to content

Commit

Permalink
Merge pull request #597 from stanhu/sh-relax-google-apis-storage-api
Browse files Browse the repository at this point in the history
Relax google-apis-storage_v1 dependency
  • Loading branch information
geemus authored Jun 16, 2023
2 parents 02869a4 + 168d68a commit 7481dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "fog-json", "~> 1.2"
spec.add_dependency "fog-xml", "~> 0.1.0"

spec.add_dependency "google-apis-storage_v1", "~> 0.20"
spec.add_dependency "google-apis-storage_v1", [">= 0.19", "< 1"]
spec.add_dependency "google-apis-iamcredentials_v1", "~> 0.15"
spec.add_dependency "google-apis-compute_v1", "~> 0.53"
spec.add_dependency "google-apis-monitoring_v3", "~> 0.37"
Expand Down

0 comments on commit 7481dc2

Please sign in to comment.