Skip to content

Commit 8e6f75e

Browse files
build(deps): bump google-apis-compute_v1 from 0.86.0 to 0.149.0
Bumps [google-apis-compute_v1](https://github.com/googleapis/google-api-ruby-client) from 0.86.0 to 0.149.0. - [Release notes](https://github.com/googleapis/google-api-ruby-client/releases) - [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-compute_v1/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-ruby-client/commits) --- updated-dependencies: - dependency-name: google-apis-compute_v1 dependency-version: 0.149.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98c5b21 commit 8e6f75e

1 file changed

Lines changed: 33 additions & 20 deletions

File tree

Gemfile.lock

Lines changed: 33 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,14 @@ GEM
8484
logger
8585
factory_bot (6.6.0)
8686
activesupport (>= 6.1.0)
87-
faraday (0.17.6)
88-
multipart-post (>= 1.2, < 3)
87+
faraday (2.14.3)
88+
faraday-net_http (>= 2.0, < 3.5)
89+
json
90+
logger
91+
faraday-follow_redirects (0.5.0)
92+
faraday (>= 1, < 3)
93+
faraday-net_http (3.4.4)
94+
net-http (~> 0.5)
8995
ffi (1.17.4)
9096
ffi (1.17.4-x86_64-darwin)
9197
ffi (1.17.4-x86_64-linux-gnu)
@@ -123,16 +129,17 @@ GEM
123129
nokogiri (>= 1.5.11, < 2.0.0)
124130
formatador (1.2.3)
125131
reline
126-
google-apis-compute_v1 (0.86.0)
127-
google-apis-core (>= 0.11.0, < 2.a)
128-
google-apis-core (0.11.3)
129-
addressable (~> 2.5, >= 2.5.1)
130-
googleauth (>= 0.16.2, < 2.a)
131-
httpclient (>= 2.8.1, < 3.a)
132-
mini_mime (~> 1.0)
132+
google-apis-compute_v1 (0.149.0)
133+
google-apis-core (>= 0.15.0, < 2.a)
134+
google-apis-core (1.2.4)
135+
addressable (~> 2.9)
136+
faraday (~> 2.13)
137+
faraday-follow_redirects (~> 0.3)
138+
googleauth (~> 1.14)
139+
mini_mime (~> 1.1)
140+
multi_json (~> 1.11)
133141
representable (~> 3.0)
134-
retriable (>= 2.0, < 4.a)
135-
rexml
142+
retriable (>= 3.1, < 5.0)
136143
google-apis-dns_v1 (0.36.0)
137144
google-apis-core (>= 0.11.0, < 2.a)
138145
google-apis-iamcredentials_v1 (0.17.0)
@@ -145,8 +152,10 @@ GEM
145152
google-apis-core (>= 0.11.0, < 2.a)
146153
google-apis-storage_v1 (0.32.0)
147154
google-apis-core (>= 0.11.0, < 2.a)
148-
google-cloud-env (1.6.0)
149-
faraday (>= 0.17.3, < 3.0)
155+
google-cloud-env (2.3.1)
156+
base64 (~> 0.2)
157+
faraday (>= 1.0, < 3.a)
158+
google-logging-utils (0.2.0)
150159
google-protobuf (4.35.1)
151160
bigdecimal
152161
rake (~> 13.3)
@@ -162,11 +171,13 @@ GEM
162171
grpc (~> 1.41)
163172
googleapis-common-protos-types (1.23.0)
164173
google-protobuf (~> 4.26)
165-
googleauth (1.8.1)
166-
faraday (>= 0.17.3, < 3.a)
167-
jwt (>= 1.4, < 3.0)
168-
multi_json (~> 1.11)
174+
googleauth (1.17.1)
175+
faraday (>= 1.0, < 3.a)
176+
google-cloud-env (~> 2.2)
177+
google-logging-utils (~> 0.1)
178+
jwt (>= 1.4, < 4.0)
169179
os (>= 0.9, < 2.0)
180+
pstore (~> 0.1)
170181
signet (>= 0.16, < 2.a)
171182
grpc (1.81.1)
172183
google-protobuf (>= 3.25, < 5.0)
@@ -195,7 +206,7 @@ GEM
195206
json-schema (6.2.0)
196207
addressable (~> 2.8)
197208
bigdecimal (>= 3.1, < 5)
198-
jwt (2.10.3)
209+
jwt (3.2.0)
199210
base64
200211
kramdown (2.5.2)
201212
rexml (>= 3.4.4)
@@ -226,12 +237,13 @@ GEM
226237
msgpack (1.8.3)
227238
multi_json (1.21.1)
228239
multipart-parser (0.1.1)
229-
multipart-post (2.4.1)
230240
mustache (1.1.2)
231241
mustermann (3.1.1)
232242
mutex_m (0.3.0)
233243
mysql2 (0.5.7)
234244
bigdecimal
245+
net-http (0.9.1)
246+
uri (>= 0.11.1)
235247
netaddr (2.0.6)
236248
newrelic_rpm (10.6.0)
237249
logger
@@ -278,6 +290,7 @@ GEM
278290
pry-byebug (3.12.0)
279291
byebug (~> 13.0)
280292
pry (>= 0.13, < 0.17)
293+
pstore (0.2.1)
281294
psych (5.4.0)
282295
date
283296
stringio
@@ -337,7 +350,7 @@ GEM
337350
declarative (< 0.1.0)
338351
trailblazer-option (>= 0.1.1, < 0.2.0)
339352
uber (< 0.2.0)
340-
retriable (3.8.0)
353+
retriable (4.2.0)
341354
reverse_markdown (3.0.2)
342355
nokogiri
343356
rexml (3.4.4)

0 commit comments

Comments
 (0)