Skip to content

Commit

Permalink
Merge pull request #622 from fog/dependabot/bundler/fog-core-lt-2.5
Browse files Browse the repository at this point in the history
Update fog-core requirement from < 2.3 to < 2.5
  • Loading branch information
Temikus committed Apr 8, 2024
2 parents 6546438 + b09ba0a commit 7262cc5
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 7262cc5

Please sign in to comment.