Skip to content

Commit aafdbc3

Browse files
Update fog-core requirement from < 2.5 to < 2.7
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>
1 parent 37fd42d commit aafdbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fog-google.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
# As of 0.1.1
2121
spec.required_ruby_version = ">= 2.0"
2222

23-
spec.add_dependency "fog-core", "< 2.5"
23+
spec.add_dependency "fog-core", "< 2.7"
2424
spec.add_dependency "fog-json", "~> 1.2"
2525
spec.add_dependency "fog-xml", "~> 0.1.0"
2626

0 commit comments

Comments
 (0)