Skip to content

Commit

Permalink
Merge pull request #619 from fog/dependabot/bundler/google-cloud-env-…
Browse files Browse the repository at this point in the history
…gte-1.2-and-lt-3.0

Update google-cloud-env requirement from ~> 1.2 to >= 1.2, < 3.0
  • Loading branch information
Temikus authored Apr 6, 2024
2 parents aeec6d2 + bfe88ee commit ecc9b2d
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 @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "google-apis-pubsub_v1", "~> 0.30"
spec.add_dependency "google-apis-sqladmin_v1beta4", "~> 0.38"

spec.add_dependency "google-cloud-env", "~> 1.2"
spec.add_dependency "google-cloud-env", ">= 1.2", "< 3.0"

spec.add_dependency "addressable", ">= 2.7.0"

Expand Down

0 comments on commit ecc9b2d

Please sign in to comment.