Skip to content

Commit

Permalink
Update google-cloud-env requirement from ~> 1.2 to >= 1.2, < 3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [google-cloud-env](https://github.com/googleapis/ruby-cloud-env) to permit the latest version.
- [Release notes](https://github.com/googleapis/ruby-cloud-env/releases)
- [Changelog](https://github.com/googleapis/ruby-cloud-env/blob/main/CHANGELOG.md)
- [Commits](googleapis/ruby-cloud-env@google-cloud-env/v1.5.0...google-cloud-env/v2.0.1)

---
updated-dependencies:
- dependency-name: google-cloud-env
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Temikus committed Apr 6, 2024
1 parent 4b3c638 commit b285a9d
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 b285a9d

Please sign in to comment.