diff --git a/Gemfile b/Gemfile index da497e14a31..3f4a29c93c7 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ gem 'azure-storage-blob', git: 'https://github.com/sethboyles/azure-storage-ruby gem 'fog-aliyun' gem 'fog-aws' gem 'fog-azure-rm', git: 'https://github.com/fog/fog-azure-rm.git', branch: 'fog-arm-cf' -gem 'fog-core', '~> 2.1.2' +gem 'fog-core', '~> 2.4.0' gem 'fog-google', '~> 1.24.1' gem 'fog-local' gem 'fog-openstack' diff --git a/Gemfile.lock b/Gemfile.lock index 7f23e452345..7e6fb97881e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -181,10 +181,10 @@ GEM fog-core (~> 2.1) fog-json (~> 1.1) fog-xml (~> 0.1) - fog-core (2.1.2) + fog-core (2.4.0) builder - excon (~> 0.58) - formatador (~> 0.2) + excon (~> 0.71) + formatador (>= 0.2, < 2.0) mime-types fog-google (1.24.1) addressable (>= 2.7.0) @@ -210,7 +210,7 @@ GEM fog-xml (0.1.4) fog-core nokogiri (>= 1.5.11, < 2.0.0) - formatador (0.3.0) + formatador (1.1.0) google-apis-compute_v1 (0.86.0) google-apis-core (>= 0.11.0, < 2.a) google-apis-core (0.11.3) @@ -611,7 +611,7 @@ DEPENDENCIES fog-aliyun fog-aws fog-azure-rm! - fog-core (~> 2.1.2) + fog-core (~> 2.4.0) fog-google (~> 1.24.1) fog-local fog-openstack diff --git a/lib/cloud_controller/blobstore/fog/providers.rb b/lib/cloud_controller/blobstore/fog/providers.rb index a6b23fecd12..5dce71d107d 100644 --- a/lib/cloud_controller/blobstore/fog/providers.rb +++ b/lib/cloud_controller/blobstore/fog/providers.rb @@ -7,9 +7,6 @@ Fog::Logger[:deprecation] = nil require 'fog/aliyun' -# Hack until https://github.com/fog/fog-aliyun/pull/155 is merged and released -Fog::Aliyun::Compute = Fog::Compute::Aliyun - require 'fog/aws' require 'fog/local' require 'fog/google'