Skip to content

Commit

Permalink
Merge pull request #2012 from alphagov/dependabot/bundler/google-clou…
Browse files Browse the repository at this point in the history
…d-bigquery-1.46.1

Bump google-cloud-bigquery from 1.45.0 to 1.46.1
  • Loading branch information
deborahchua authored Jan 29, 2024
2 parents 1211173 + bffc46d commit 6891b32
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.15.5)
gds-api-adapters (93.0.0)
addressable
Expand All @@ -167,17 +167,16 @@ GEM
google-api-client (0.53.0)
google-apis-core (~> 0.1)
google-apis-generator (~> 0.1)
google-apis-bigquery_v2 (0.33.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-core (0.4.2)
google-apis-bigquery_v2 (0.62.0)
google-apis-core (>= 0.12.0, < 2.a)
google-apis-core (0.13.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
googleauth (~> 1.9)
httpclient (>= 2.8.1, < 3.a)
mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-discovery_v1 (0.8.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-generator (0.4.1)
Expand All @@ -186,25 +185,26 @@ GEM
google-apis-core (>= 0.4, < 2.a)
google-apis-discovery_v1 (~> 0.5)
thor (>= 0.20, < 2.a)
google-cloud-bigquery (1.45.0)
google-cloud-bigquery (1.46.1)
concurrent-ruby (~> 1.0)
google-apis-bigquery_v2 (~> 0.1)
google-apis-bigquery_v2 (~> 0.62)
google-apis-core (~> 0.13)
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
googleauth (~> 1.9)
mini_mime (~> 1.0)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-core (1.6.1)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-env (2.1.0)
faraday (>= 1.0, < 3.a)
google-cloud-errors (1.3.1)
google-protobuf (3.25.2)
googleapis-common-protos-types (1.11.0)
google-protobuf (~> 3.18)
googleauth (1.1.2)
faraday (>= 0.17.3, < 3.a)
googleauth (1.9.2)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.1)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
Expand Down Expand Up @@ -289,7 +289,6 @@ GEM
net-smtp
marcel (1.0.2)
matrix (0.4.2)
memoist (0.16.2)
method_source (1.0.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
Expand All @@ -301,6 +300,8 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.9.1)
date
net-protocol
Expand Down Expand Up @@ -612,7 +613,7 @@ GEM
regexp_parser (2.9.0)
reline (0.4.2)
io-console (~> 0.5)
representable (3.1.1)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
Expand Down Expand Up @@ -717,9 +718,9 @@ GEM
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
signet (0.16.1)
signet (0.18.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.0)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simplecov (0.22.0)
Expand Down Expand Up @@ -756,6 +757,7 @@ GEM
concurrent-ruby (~> 1.0)
uber (0.1.0)
unicode-display_width (2.5.0)
uri (0.13.0)
uuid (2.3.9)
macaddr (~> 1.0)
version_gem (1.1.3)
Expand Down

0 comments on commit 6891b32

Please sign in to comment.