Skip to content

Commit

Permalink
Bump fog-google
Browse files Browse the repository at this point in the history
Authored-by: Seth Boyles <sboyles@pivotal.io>
  • Loading branch information
sethboyles committed Feb 18, 2022
1 parent 8267d17 commit 64eee92
Showing 1 changed file with 40 additions and 27 deletions.
67 changes: 40 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,6 @@ GEM
faraday (~> 0.9)
faraday_middleware (~> 0.10)
nokogiri (~> 1.6)
azure-storage (0.14.0.preview)
azure-core (~> 0.1)
faraday (~> 0.9)
faraday_middleware (~> 0.10)
nokogiri (~> 1.6, >= 1.6.8)
azure-storage-blob (1.1.0)
azure-core (~> 0.1.13)
azure-storage-common (~> 1.0)
nokogiri (~> 1.6, >= 1.6.8)
azure-storage-common (1.1.0)
azure-core (~> 0.1.13)
nokogiri (~> 1.6, >= 1.6.8)
azure_mgmt_compute (0.9.0)
ms_rest_azure (~> 0.7.0)
azure_mgmt_dns (0.9.0)
Expand Down Expand Up @@ -191,11 +179,18 @@ GEM
excon (~> 0.58)
formatador (~> 0.2)
mime-types
fog-google (1.7.1)
fog-core
fog-json
fog-xml
google-api-client (~> 0.23.0)
fog-google (1.18.0)
fog-core (< 2.3)
fog-json (~> 1.2)
fog-xml (~> 0.1.0)
google-apis-compute_v1 (~> 0.14)
google-apis-dns_v1 (~> 0.12)
google-apis-iamcredentials_v1 (~> 0.6)
google-apis-monitoring_v3 (~> 0.12)
google-apis-pubsub_v1 (~> 0.7)
google-apis-sqladmin_v1beta4 (~> 0.13)
google-apis-storage_v1 (~> 0.6)
google-cloud-env (~> 1.2)
fog-json (1.2.0)
fog-core
multi_json (~> 1.10)
Expand All @@ -209,14 +204,31 @@ GEM
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
formatador (0.3.0)
google-api-client (0.23.9)
google-apis-compute_v1 (0.25.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-core (0.4.2)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.5, < 0.7.0)
httpclient (>= 2.8.1, < 3.0)
mime-types (~> 3.0)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.9)
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-dns_v1 (0.19.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-iamcredentials_v1 (0.10.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-monitoring_v3 (0.21.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-pubsub_v1 (0.12.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-sqladmin_v1beta4 (0.24.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-storage_v1 (0.11.0)
google-apis-core (>= 0.4, < 2.a)
google-cloud-env (1.5.0)
faraday (>= 0.17.3, < 2.0)
google-protobuf (3.19.2)
google-protobuf (3.19.2-x86_64-darwin)
google-protobuf (3.19.2-x86_64-linux)
Expand All @@ -226,13 +238,13 @@ GEM
grpc (~> 1.27)
googleapis-common-protos-types (1.3.0)
google-protobuf (~> 3.14)
googleauth (0.6.7)
faraday (~> 0.12)
googleauth (1.1.1)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.7)
signet (>= 0.16, < 2.a)
grpc (1.42.0)
google-protobuf (~> 3.18)
googleapis-common-protos-types (~> 1.0)
Expand Down Expand Up @@ -299,6 +311,7 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
mini_portile2 (2.7.1)
minitest (5.15.0)
ms_rest (0.6.4)
Expand Down Expand Up @@ -557,8 +570,8 @@ DEPENDENCIES
fog-aliyun
fog-aws
fog-azure-rm!
fog-google (~> 1.7.1)
fog-core (~> 2.1.2)
fog-google (~> 1.18.0)
fog-local
fog-openstack
googleapis-common-protos (>= 1.3.12)
Expand Down

0 comments on commit 64eee92

Please sign in to comment.