Skip to content

Commit

Permalink
Merge pull request ManageIQ#22756 from agrare/use_forked_fog_google
Browse files Browse the repository at this point in the history
Use forked fog-google for pagination fixes
  • Loading branch information
Fryguy authored Oct 26, 2023
2 parents be5be44 + 9ec22da commit 82e2139
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 82e2139

Please sign in to comment.