Skip to content

Commit

Permalink
Use forked fog-google for pagination fixes
Browse files Browse the repository at this point in the history
Fog-google has a number of models which do not use pagination
arbitrarily limiting the maximum number of results to 500.

The fix has not been merged upstream yet so we have to fork the gem to
apply the fix.
  • Loading branch information
agrare committed Oct 25, 2023
1 parent 883525a commit 9ec22da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ gem "mime-types", "~>3.0", :require => false,

# Modified gems (forked on Github)
gem "handsoap", "=0.2.5.5", :require => false, :source => "https://rubygems.manageiq.org" # for manageiq-gems-pending only
gem "fog-google", "=1.22.0.1", :require => false, :source => "https://rubygems.manageiq.org" # for manageiq-providers-google

# In 1.9.3: Time.parse uses british version dd/mm/yyyy instead of american version mm/dd/yyyy
# american_date fixes this to be compatible with 1.8.7 until all callers can be converted to the 1.9.3 format prior to parsing.
Expand Down

0 comments on commit 9ec22da

Please sign in to comment.