Skip to content

Commit 1eb24b9

Browse files
authored
Merge pull request #860 from MITLibraries/update-dependencies
Update dependencies
2 parents b8e6365 + dce45af commit 1eb24b9

File tree

1 file changed

+69
-55
lines changed

1 file changed

+69
-55
lines changed

Gemfile.lock

Lines changed: 69 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ GEM
9393
activerecord (>= 3.2, < 8.0)
9494
rake (>= 10.4, < 14.0)
9595
ast (2.4.2)
96-
aws-eventstream (1.3.0)
97-
aws-sigv4 (1.10.1)
96+
aws-eventstream (1.3.2)
97+
aws-sigv4 (1.11.0)
9898
aws-eventstream (~> 1, >= 1.0.2)
9999
base64 (0.2.0)
100100
bcrypt (3.1.20)
101101
benchmark (0.4.0)
102-
bigdecimal (3.1.8)
102+
bigdecimal (3.1.9)
103103
bindex (0.8.1)
104104
bootsnap (1.18.4)
105105
msgpack (~> 1.2)
@@ -116,12 +116,13 @@ GEM
116116
xpath (~> 3.2)
117117
climate_control (1.2.0)
118118
colorator (1.1.0)
119-
concurrent-ruby (1.3.4)
120-
connection_pool (2.4.1)
119+
concurrent-ruby (1.3.5)
120+
connection_pool (2.5.0)
121121
crack (1.0.0)
122122
bigdecimal
123123
rexml
124124
crass (1.0.6)
125+
csv (3.3.2)
125126
date (3.4.1)
126127
devise (4.9.4)
127128
bcrypt (~> 3.0)
@@ -138,7 +139,7 @@ GEM
138139
em-websocket (0.5.3)
139140
eventmachine (>= 0.12.9)
140141
http_parser.rb (~> 0)
141-
erubi (1.13.0)
142+
erubi (1.13.1)
142143
eventmachine (1.2.7)
143144
execjs (2.10.0)
144145
faraday (2.12.2)
@@ -150,39 +151,44 @@ GEM
150151
faraday_middleware-aws-sigv4 (1.0.1)
151152
aws-sigv4 (~> 1.0)
152153
faraday (>= 2.0, < 3)
153-
ffi (1.17.0)
154+
ffi (1.17.1)
154155
fiber-storage (1.0.0)
155156
flipflop (2.8.0)
156157
activesupport (>= 4.0)
157158
terminal-table (>= 1.8)
158159
forwardable-extended (2.6.0)
159160
globalid (1.2.1)
160161
activesupport (>= 6.1)
161-
google-protobuf (4.29.2)
162+
google-protobuf (4.30.0)
162163
bigdecimal
163164
rake (>= 13)
164-
graphql (2.4.8)
165+
graphql (2.4.14)
165166
base64
166167
fiber-storage
168+
logger
167169
hashdiff (1.1.2)
168170
http_parser.rb (0.8.0)
169-
i18n (1.14.6)
171+
i18n (1.14.7)
170172
concurrent-ruby (~> 1.0)
171173
io-console (0.8.0)
172-
irb (1.14.3)
174+
irb (1.15.1)
175+
pp (>= 0.6.0)
173176
rdoc (>= 4.0.0)
174177
reline (>= 0.4.2)
175-
jekyll (4.3.4)
178+
jekyll (4.4.1)
176179
addressable (~> 2.4)
180+
base64 (~> 0.2)
177181
colorator (~> 1.0)
182+
csv (~> 3.0)
178183
em-websocket (~> 0.5)
179184
i18n (~> 1.0)
180185
jekyll-sass-converter (>= 2.0, < 4.0)
181186
jekyll-watch (~> 2.0)
187+
json (~> 2.6)
182188
kramdown (~> 2.3, >= 2.3.1)
183189
kramdown-parser-gfm (~> 1.0)
184190
liquid (~> 4.0)
185-
mercenary (>= 0.3.6, < 0.5)
191+
mercenary (~> 0.3, >= 0.3.6)
186192
pathutil (~> 0.9)
187193
rouge (>= 3.0, < 5.0)
188194
safe_yaml (~> 1.0)
@@ -199,25 +205,26 @@ GEM
199205
jekyll (>= 3.8, < 5.0)
200206
jekyll-watch (2.2.1)
201207
listen (~> 3.0)
202-
json (2.9.1)
203-
jwt (2.9.3)
208+
json (2.10.2)
209+
jwt (2.10.1)
204210
base64
205211
kramdown (2.5.1)
206212
rexml (>= 3.3.9)
207213
kramdown-parser-gfm (1.1.0)
208214
kramdown (~> 2.0)
209-
language_server-protocol (3.17.0.3)
215+
language_server-protocol (3.17.0.4)
216+
lint_roller (1.1.0)
210217
liquid (4.0.4)
211218
listen (3.9.0)
212219
rb-fsevent (~> 0.10, >= 0.10.3)
213220
rb-inotify (~> 0.9, >= 0.9.10)
214-
logger (1.6.3)
221+
logger (1.6.6)
215222
lograge (0.14.0)
216223
actionpack (>= 4)
217224
activesupport (>= 4)
218225
railties (>= 4)
219226
request_store (~> 1.0)
220-
loofah (2.23.1)
227+
loofah (2.24.0)
221228
crass (~> 1.0.2)
222229
nokogiri (>= 1.12.0)
223230
mail (2.8.1)
@@ -230,51 +237,55 @@ GEM
230237
mercenary (0.4.0)
231238
mini_mime (1.1.5)
232239
mini_portile2 (2.8.8)
233-
minitest (5.25.4)
234-
msgpack (1.7.5)
240+
minitest (5.25.5)
241+
msgpack (1.8.0)
235242
multi_json (1.15.0)
236243
mutex_m (0.3.0)
237244
net-http (0.6.0)
238245
uri
239-
net-imap (0.5.2)
246+
net-imap (0.5.6)
240247
date
241248
net-protocol
242249
net-pop (0.1.2)
243250
net-protocol
244251
net-protocol (0.2.2)
245252
timeout
246-
net-smtp (0.5.0)
253+
net-smtp (0.5.1)
247254
net-protocol
248255
nio4r (2.7.4)
249-
nokogiri (1.17.2)
256+
nokogiri (1.18.3)
250257
mini_portile2 (~> 2.8.2)
251258
racc (~> 1.4)
252259
opensearch-ruby (3.4.0)
253260
faraday (>= 1.0, < 3)
254261
multi_json (>= 1.0)
255262
orm_adapter (0.5.0)
256263
parallel (1.26.3)
257-
parser (3.3.6.0)
264+
parser (3.3.7.1)
258265
ast (~> 2.4.1)
259266
racc
260267
pathutil (0.16.2)
261268
forwardable-extended (~> 2.6)
262269
pg (1.5.9)
263-
psych (5.2.2)
270+
pp (0.6.2)
271+
prettyprint
272+
prettyprint (0.2.0)
273+
psych (5.2.3)
264274
date
265275
stringio
266276
public_suffix (6.0.1)
267-
puma (6.5.0)
277+
puma (6.6.0)
268278
nio4r (~> 2.0)
269279
racc (1.8.1)
270-
rack (3.1.8)
280+
rack (3.1.12)
271281
rack-attack (6.7.0)
272282
rack (>= 1.0, < 4)
273283
rack-cors (2.0.2)
274284
rack (>= 2.0.0)
275-
rack-session (2.0.0)
285+
rack-session (2.1.0)
286+
base64 (>= 0.1.0)
276287
rack (>= 3.0.0)
277-
rack-test (2.1.0)
288+
rack-test (2.2.0)
278289
rack (>= 1.3)
279290
rackup (2.2.1)
280291
rack (>= 3)
@@ -312,44 +323,46 @@ GEM
312323
rb-fsevent (0.11.2)
313324
rb-inotify (0.11.1)
314325
ffi (~> 1.0)
315-
rdoc (6.10.0)
326+
rdoc (6.12.0)
316327
psych (>= 4.0.0)
317-
redis (5.3.0)
328+
redis (5.4.0)
318329
redis-client (>= 0.22.0)
319-
redis-client (0.23.0)
330+
redis-client (0.24.0)
320331
connection_pool
321-
regexp_parser (2.9.3)
332+
regexp_parser (2.10.0)
322333
reline (0.6.0)
323334
io-console (~> 0.5)
324335
request_store (1.7.0)
325336
rack (>= 1.4)
326337
responders (3.1.1)
327338
actionpack (>= 5.2)
328339
railties (>= 5.2)
329-
rexml (3.4.0)
340+
rexml (3.4.1)
330341
rouge (4.5.1)
331-
rubocop (1.69.2)
342+
rubocop (1.74.0)
332343
json (~> 2.3)
333-
language_server-protocol (>= 3.17.0)
344+
language_server-protocol (~> 3.17.0.2)
345+
lint_roller (~> 1.1.0)
334346
parallel (~> 1.10)
335347
parser (>= 3.3.0.2)
336348
rainbow (>= 2.2.2, < 4.0)
337349
regexp_parser (>= 2.9.3, < 3.0)
338-
rubocop-ast (>= 1.36.2, < 2.0)
350+
rubocop-ast (>= 1.38.0, < 2.0)
339351
ruby-progressbar (~> 1.7)
340352
unicode-display_width (>= 2.4.0, < 4.0)
341-
rubocop-ast (1.37.0)
353+
rubocop-ast (1.38.1)
342354
parser (>= 3.3.1.0)
343-
rubocop-rails (2.27.0)
355+
rubocop-rails (2.30.3)
344356
activesupport (>= 4.2.0)
357+
lint_roller (~> 1.1)
345358
rack (>= 1.1)
346-
rubocop (>= 1.52.0, < 2.0)
347-
rubocop-ast (>= 1.31.1, < 2.0)
359+
rubocop (>= 1.72.1, < 2.0)
360+
rubocop-ast (>= 1.38.0, < 2.0)
348361
ruby-progressbar (1.13.0)
349-
rubyzip (2.3.2)
362+
rubyzip (2.4.1)
350363
safe_yaml (1.0.5)
351-
sass-embedded (1.83.0)
352-
google-protobuf (~> 4.28)
364+
sass-embedded (1.85.1)
365+
google-protobuf (~> 4.29)
353366
rake (>= 13)
354367
sass-rails (6.0.0)
355368
sassc-rails (~> 2.1, >= 2.1.1)
@@ -362,16 +375,16 @@ GEM
362375
sprockets-rails
363376
tilt
364377
securerandom (0.4.1)
365-
selenium-webdriver (4.27.0)
378+
selenium-webdriver (4.29.1)
366379
base64 (~> 0.2)
367380
logger (~> 1.4)
368381
rexml (~> 3.2, >= 3.2.5)
369382
rubyzip (>= 1.2.2, < 3.0)
370383
websocket (~> 1.0)
371-
sentry-rails (5.22.1)
384+
sentry-rails (5.23.0)
372385
railties (>= 5.0)
373-
sentry-ruby (~> 5.22.1)
374-
sentry-ruby (5.22.1)
386+
sentry-ruby (~> 5.23.0)
387+
sentry-ruby (5.23.0)
375388
bigdecimal
376389
concurrent-ruby (~> 1.0, >= 1.0.2)
377390
simplecov (0.22.0)
@@ -388,21 +401,21 @@ GEM
388401
actionpack (>= 6.1)
389402
activesupport (>= 6.1)
390403
sprockets (>= 3.0.0)
391-
sqlite3 (2.4.1)
404+
sqlite3 (2.6.0)
392405
mini_portile2 (~> 2.8.0)
393-
stringio (3.1.2)
406+
stringio (3.1.5)
394407
terminal-table (3.0.2)
395408
unicode-display_width (>= 1.1.1, < 3)
396409
thor (1.3.2)
397-
tilt (2.4.0)
410+
tilt (2.6.0)
398411
timecop (0.9.10)
399412
timeout (0.4.3)
400413
tzinfo (2.0.6)
401414
concurrent-ruby (~> 1.0)
402415
uglifier (4.2.1)
403416
execjs (>= 0.3.0, < 3)
404417
unicode-display_width (2.6.0)
405-
uri (1.0.2)
418+
uri (1.0.3)
406419
vcr (6.3.1)
407420
base64
408421
warden (1.2.9)
@@ -412,18 +425,19 @@ GEM
412425
activemodel (>= 6.0.0)
413426
bindex (>= 0.4.0)
414427
railties (>= 6.0.0)
415-
webmock (3.24.0)
428+
webmock (3.25.1)
416429
addressable (>= 2.8.0)
417430
crack (>= 0.3.2)
418431
hashdiff (>= 0.4.0, < 2.0.0)
419432
webrick (1.9.1)
420433
websocket (1.2.11)
421-
websocket-driver (0.7.6)
434+
websocket-driver (0.7.7)
435+
base64
422436
websocket-extensions (>= 0.1.0)
423437
websocket-extensions (0.1.5)
424438
xpath (3.2.0)
425439
nokogiri (~> 1.8)
426-
zeitwerk (2.7.1)
440+
zeitwerk (2.7.2)
427441

428442
PLATFORMS
429443
ruby

0 commit comments

Comments
 (0)