Skip to content

Commit

Permalink
Merge pull request #257 from agrare/bump_fog_google_1_23_0
Browse files Browse the repository at this point in the history
Bump fog-google to 1.23.0 to pull in paging fix
  • Loading branch information
Fryguy authored Dec 4, 2023
2 parents 9bd08c3 + d90c06d commit 3f10f10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ gemspec
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

gem "fog-google", "=1.22.0.1", :require => false, :source => "https://rubygems.manageiq.org"

# Load Gemfile with dependencies from manageiq
eval_gemfile(File.expand_path("spec/manageiq/Gemfile", __dir__))
2 changes: 1 addition & 1 deletion manageiq-providers-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "fog-google", "~> 1.18"
spec.add_dependency "fog-google", "~> 1.23"

spec.add_development_dependency "manageiq-style"
spec.add_development_dependency "simplecov", ">= 0.21.2"
Expand Down

0 comments on commit 3f10f10

Please sign in to comment.