From 255a735851c9c22d28c6669d041319dd67733bb5 Mon Sep 17 00:00:00 2001 From: Adam Grare Date: Sat, 2 Dec 2023 11:22:04 -0500 Subject: [PATCH] Drop fog-google from manageiq.rubygems.org The official fog-google gem has included fixes for paging so we don't have to carry our own gem --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8e70db98e94..adb6adee9da 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,6 @@ 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.