diff --git a/Gemfile b/Gemfile index 25effd9c5ed..2ce827efc60 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,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-google', '~> 1.22.0' +gem 'fog-google', '~> 1.23.0' gem 'fog-local' gem 'fog-openstack' gem 'fog-core', '~> 2.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 7e2e01bb358..2e5631e1f29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -148,7 +148,7 @@ GEM eventmachine (>= 1.0.0.beta.4) erubi (1.12.0) eventmachine (1.2.7) - excon (0.100.0) + excon (0.105.0) faraday (0.17.6) multipart-post (>= 1.2, < 3) faraday-cookie_jar (0.0.7) @@ -178,7 +178,7 @@ GEM excon (~> 0.58) formatador (~> 0.2) mime-types - fog-google (1.22.0) + fog-google (1.23.0) addressable (>= 2.7.0) fog-core (< 2.3) fog-json (~> 1.2) @@ -203,9 +203,9 @@ GEM fog-core nokogiri (>= 1.5.11, < 2.0.0) formatador (0.3.0) - google-apis-compute_v1 (0.75.0) + google-apis-compute_v1 (0.84.0) google-apis-core (>= 0.11.0, < 2.a) - google-apis-core (0.11.1) + google-apis-core (0.11.2) addressable (~> 2.5, >= 2.5.1) googleauth (>= 0.16.2, < 2.a) httpclient (>= 2.8.1, < 3.a) @@ -214,17 +214,17 @@ GEM retriable (>= 2.0, < 4.a) rexml webrick - google-apis-dns_v1 (0.32.0) + google-apis-dns_v1 (0.34.0) google-apis-core (>= 0.11.0, < 2.a) google-apis-iamcredentials_v1 (0.17.0) google-apis-core (>= 0.11.0, < 2.a) - google-apis-monitoring_v3 (0.48.0) + google-apis-monitoring_v3 (0.52.0) google-apis-core (>= 0.11.0, < 2.a) - google-apis-pubsub_v1 (0.40.0) + google-apis-pubsub_v1 (0.43.0) google-apis-core (>= 0.11.0, < 2.a) - google-apis-sqladmin_v1beta4 (0.54.0) + google-apis-sqladmin_v1beta4 (0.59.0) google-apis-core (>= 0.11.0, < 2.a) - google-apis-storage_v1 (0.24.0) + google-apis-storage_v1 (0.31.0) google-apis-core (>= 0.11.0, < 2.a) google-cloud-env (1.6.0) faraday (>= 0.17.3, < 3.0) @@ -237,10 +237,9 @@ GEM grpc (~> 1.27) googleapis-common-protos-types (1.8.0) google-protobuf (~> 3.18) - googleauth (1.7.0) + googleauth (1.8.1) faraday (>= 0.17.3, < 3.a) jwt (>= 1.4, < 3.0) - memoist (~> 0.16) multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) @@ -302,13 +301,12 @@ GEM nokogiri (>= 1.12.0) machinist (1.0.6) membrane (1.1.0) - memoist (0.16.2) method_source (1.0.0) mime-types (3.5.1) mime-types-data (~> 3.2015) - mime-types-data (3.2023.0808) + mime-types-data (3.2023.1003) mini_mime (1.1.5) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.18.1) mock_redis (0.37.0) ms_rest (0.6.4) @@ -363,7 +361,7 @@ GEM public_suffix (5.0.3) puma (5.6.7) nio4r (~> 2.0) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-protection (3.1.0) rack (~> 2.2, >= 2.2.4) @@ -470,7 +468,7 @@ GEM pg (>= 0.18.0, != 1.2.0) sequel (>= 4.38.0) sexp_processor (4.7.0) - signet (0.17.0) + signet (0.18.0) addressable (~> 2.8) faraday (>= 0.17.5, < 3.a) jwt (>= 1.5, < 3.0) @@ -575,7 +573,7 @@ DEPENDENCIES fog-aws fog-azure-rm! fog-core (~> 2.1.2) - fog-google (~> 1.22.0) + fog-google (~> 1.23.0) fog-local fog-openstack googleapis-common-protos (>= 1.3.12)