Skip to content

Commit

Permalink
Update fog-core requirement from < 2.5 to < 2.7
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.6.0)

---
updated-dependencies:
- dependency-name: fog-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 37fd42d commit aafdbc3
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.5"
spec.add_dependency "fog-core", "< 2.7"
spec.add_dependency "fog-json", "~> 1.2"
spec.add_dependency "fog-xml", "~> 0.1.0"

Expand Down

0 comments on commit aafdbc3

Please sign in to comment.