Skip to content

Commit e23b3d0

Browse files
build(deps): bump google-apis-compute_v1 from 0.86.0 to 0.146.0
Bumps [google-apis-compute_v1](https://github.com/googleapis/google-api-ruby-client) from 0.86.0 to 0.146.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.146.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f12b7c7 commit e23b3d0

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
erubi (1.13.1)
8585
excon (1.5.0)
8686
logger
87-
faraday (0.17.6)
88-
multipart-post (>= 1.2, < 3)
87+
faraday (2.14.2)
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)
@@ -135,16 +141,17 @@ GEM
135141
nokogiri (>= 1.5.11, < 2.0.0)
136142
formatador (1.2.3)
137143
reline
138-
google-apis-compute_v1 (0.86.0)
139-
google-apis-core (>= 0.11.0, < 2.a)
140-
google-apis-core (0.11.3)
141-
addressable (~> 2.5, >= 2.5.1)
142-
googleauth (>= 0.16.2, < 2.a)
143-
httpclient (>= 2.8.1, < 3.a)
144-
mini_mime (~> 1.0)
144+
google-apis-compute_v1 (0.146.0)
145+
google-apis-core (>= 0.15.0, < 2.a)
146+
google-apis-core (1.2.3)
147+
addressable (~> 2.9)
148+
faraday (~> 2.13)
149+
faraday-follow_redirects (~> 0.3)
150+
googleauth (~> 1.14)
151+
mini_mime (~> 1.1)
152+
multi_json (~> 1.11)
145153
representable (~> 3.0)
146-
retriable (>= 2.0, < 4.a)
147-
rexml
154+
retriable (>= 3.1, < 5.0)
148155
google-apis-dns_v1 (0.36.0)
149156
google-apis-core (>= 0.11.0, < 2.a)
150157
google-apis-iamcredentials_v1 (0.17.0)
@@ -157,8 +164,10 @@ GEM
157164
google-apis-core (>= 0.11.0, < 2.a)
158165
google-apis-storage_v1 (0.32.0)
159166
google-apis-core (>= 0.11.0, < 2.a)
160-
google-cloud-env (1.6.0)
161-
faraday (>= 0.17.3, < 3.0)
167+
google-cloud-env (2.3.1)
168+
base64 (~> 0.2)
169+
faraday (>= 1.0, < 3.a)
170+
google-logging-utils (0.2.0)
162171
google-protobuf (4.35.1)
163172
bigdecimal
164173
rake (~> 13.3)
@@ -174,11 +183,13 @@ GEM
174183
grpc (~> 1.41)
175184
googleapis-common-protos-types (1.23.0)
176185
google-protobuf (~> 4.26)
177-
googleauth (1.8.1)
178-
faraday (>= 0.17.3, < 3.a)
179-
jwt (>= 1.4, < 3.0)
180-
multi_json (~> 1.11)
186+
googleauth (1.17.0)
187+
faraday (>= 1.0, < 3.a)
188+
google-cloud-env (~> 2.2)
189+
google-logging-utils (~> 0.1)
190+
jwt (>= 1.4, < 4.0)
181191
os (>= 0.9, < 2.0)
192+
pstore (~> 0.1)
182193
signet (>= 0.16, < 2.a)
183194
grpc (1.81.0)
184195
google-protobuf (>= 3.25, < 5.0)
@@ -210,7 +221,7 @@ GEM
210221
json-schema (6.2.0)
211222
addressable (~> 2.8)
212223
bigdecimal (>= 3.1, < 5)
213-
jwt (2.10.3)
224+
jwt (3.2.0)
214225
base64
215226
kramdown (2.5.2)
216227
rexml (>= 3.4.4)
@@ -242,12 +253,13 @@ GEM
242253
msgpack (1.8.1)
243254
multi_json (1.21.1)
244255
multipart-parser (0.1.1)
245-
multipart-post (2.4.1)
246256
mustache (1.1.2)
247257
mustermann (3.1.1)
248258
mutex_m (0.3.0)
249259
mysql2 (0.5.7)
250260
bigdecimal
261+
net-http (0.9.1)
262+
uri (>= 0.11.1)
251263
netaddr (2.0.6)
252264
netrc (0.11.0)
253265
newrelic_rpm (10.5.0)
@@ -290,6 +302,7 @@ GEM
290302
pry-byebug (3.12.0)
291303
byebug (~> 13.0)
292304
pry (>= 0.13, < 0.17)
305+
pstore (0.2.1)
293306
psych (5.4.0)
294307
date
295308
stringio
@@ -354,7 +367,7 @@ GEM
354367
http-cookie (>= 1.0.2, < 2.0)
355368
mime-types (>= 1.16, < 4.0)
356369
netrc (~> 0.8)
357-
retriable (3.8.0)
370+
retriable (4.1.1)
358371
reverse_markdown (3.0.2)
359372
nokogiri
360373
rexml (3.4.4)

0 commit comments

Comments
 (0)