Skip to content

Commit

Permalink
Update fog-core requirement from < 2.3 to < 2.5
Browse files Browse the repository at this point in the history
Updates the requirements on [fog-core](https://github.com/fog/fog-core) to permit the latest version.
- [Changelog](https://github.com/fog/fog-core/blob/master/changelog.md)
- [Commits](fog/fog-core@v1.20.0...v2.4.0)

---
updated-dependencies:
- dependency-name: fog-core
  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 557abb1
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 @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
# As of 0.1.1
spec.required_ruby_version = ">= 2.0"

spec.add_dependency "fog-core", "< 2.3"
spec.add_dependency "fog-core", "< 2.5"
spec.add_dependency "fog-json", "~> 1.2"
spec.add_dependency "fog-xml", "~> 0.1.0"

Expand Down

0 comments on commit 557abb1

Please sign in to comment.