Skip to content

Commit cbb9482

Browse files
authored
chore: update gem dependency (#51)
1 parent f1dd6df commit cbb9482

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

Gemfile.lock

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ GEM
1919
minitest (>= 5.1)
2020
tzinfo (~> 2.0)
2121
zeitwerk (~> 2.3)
22-
addressable (2.8.1)
23-
public_suffix (>= 2.0.2, < 6.0)
22+
addressable (2.8.7)
23+
public_suffix (>= 2.0.2, < 7.0)
2424
algoliasearch (1.27.5)
2525
httpclient (~> 2.8, >= 2.8.3)
2626
json (>= 1.5.1)
@@ -98,7 +98,7 @@ GEM
9898
ethon (0.16.0)
9999
ffi (>= 1.15.0)
100100
excon (0.99.0)
101-
faraday (1.10.3)
101+
faraday (1.10.4)
102102
faraday-em_http (~> 1.0)
103103
faraday-em_synchrony (~> 1.0)
104104
faraday-excon (~> 1.1)
@@ -119,7 +119,7 @@ GEM
119119
faraday-httpclient (1.0.1)
120120
faraday-multipart (1.0.4)
121121
multipart-post (~> 2)
122-
faraday-net_http (1.0.1)
122+
faraday-net_http (1.0.2)
123123
faraday-net_http_persistent (1.2.0)
124124
faraday-patron (1.0.0)
125125
faraday-rack (1.0.0)
@@ -172,15 +172,14 @@ GEM
172172
gh_inspector (1.1.3)
173173
google-apis-androidpublisher_v3 (0.33.0)
174174
google-apis-core (>= 0.9.1, < 2.a)
175-
google-apis-core (0.11.0)
175+
google-apis-core (0.11.3)
176176
addressable (~> 2.5, >= 2.5.1)
177177
googleauth (>= 0.16.2, < 2.a)
178178
httpclient (>= 2.8.1, < 3.a)
179179
mini_mime (~> 1.0)
180180
representable (~> 3.0)
181181
retriable (>= 2.0, < 4.a)
182182
rexml
183-
webrick
184183
google-apis-iamcredentials_v1 (0.16.0)
185184
google-apis-core (>= 0.9.1, < 2.a)
186185
google-apis-playcustomapp_v1 (0.12.0)
@@ -201,10 +200,9 @@ GEM
201200
google-cloud-core (~> 1.6)
202201
googleauth (>= 0.16.2, < 2.a)
203202
mini_mime (~> 1.0)
204-
googleauth (1.3.0)
203+
googleauth (1.8.1)
205204
faraday (>= 0.17.3, < 3.a)
206205
jwt (>= 1.4, < 3.0)
207-
memoist (~> 0.16)
208206
multi_json (~> 1.11)
209207
os (>= 0.9, < 2.0)
210208
signet (>= 0.16, < 2.a)
@@ -226,11 +224,11 @@ GEM
226224
xcinvoke (~> 0.3.0)
227225
jmespath (1.6.2)
228226
json (2.6.3)
229-
jwt (2.7.0)
227+
jwt (2.9.1)
228+
base64
230229
liferaft (0.0.6)
231-
memoist (0.16.2)
232230
mini_magick (4.12.0)
233-
mini_mime (1.1.2)
231+
mini_mime (1.1.5)
234232
mini_portile2 (2.8.1)
235233
minitest (5.19.0)
236234
molinillo (0.8.0)
@@ -254,16 +252,15 @@ GEM
254252
trailblazer-option (>= 0.1.1, < 0.2.0)
255253
uber (< 0.2.0)
256254
retriable (3.1.2)
257-
rexml (3.3.6)
258-
strscan
255+
rexml (3.3.7)
259256
rouge (2.0.7)
260257
ruby-macho (2.5.1)
261258
ruby2_keywords (0.0.5)
262259
rubyzip (2.3.2)
263260
sassc (2.4.0)
264261
ffi (~> 1.9)
265262
security (0.1.3)
266-
signet (0.17.0)
263+
signet (0.19.0)
267264
addressable (~> 2.8)
268265
faraday (>= 0.17.5, < 3.a)
269266
jwt (>= 1.5, < 3.0)
@@ -273,7 +270,6 @@ GEM
273270
naturally
274271
sqlite3 (1.6.0)
275272
mini_portile2 (~> 2.8.0)
276-
strscan (3.1.0)
277273
terminal-notifier (2.0.0)
278274
terminal-table (1.8.0)
279275
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -291,7 +287,6 @@ GEM
291287
unf_ext
292288
unf_ext (0.0.8.2)
293289
unicode-display_width (1.8.0)
294-
webrick (1.8.1)
295290
word_wrap (1.0.0)
296291
xcinvoke (0.3.0)
297292
liferaft (~> 0.0.6)
@@ -318,4 +313,4 @@ DEPENDENCIES
318313
jazzy (~> 0.14.3)
319314

320315
BUNDLED WITH
321-
2.5.14
316+
2.3.7

0 commit comments

Comments
 (0)