Skip to content

Commit c26476d

Browse files
authored
Merge pull request #1438 from MITLibraries/update-dependencies
Update dependencies
2 parents 757e20a + 3ca6b63 commit c26476d

File tree

1 file changed

+31
-28
lines changed

1 file changed

+31
-28
lines changed

Gemfile.lock

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ GEM
102102
rake (>= 10.4, < 14.0)
103103
ansi (1.5.0)
104104
ast (2.4.2)
105-
aws-eventstream (1.3.1)
106-
aws-partitions (1.1055.0)
107-
aws-sdk-core (3.219.0)
105+
aws-eventstream (1.3.2)
106+
aws-partitions (1.1066.0)
107+
aws-sdk-core (3.220.1)
108108
aws-eventstream (~> 1, >= 1.3.0)
109109
aws-partitions (~> 1, >= 1.992.0)
110110
aws-sigv4 (~> 1.9)
@@ -193,7 +193,7 @@ GEM
193193
rails-dom-testing (>= 1, < 3)
194194
railties (>= 4.2.0)
195195
thor (>= 0.14, < 2.0)
196-
json (2.10.1)
196+
json (2.10.2)
197197
kaminari (1.2.2)
198198
activesupport (>= 4.1.0)
199199
kaminari-actionview (= 1.2.2)
@@ -207,9 +207,10 @@ GEM
207207
kaminari-core (= 1.2.2)
208208
kaminari-core (1.2.2)
209209
language_server-protocol (3.17.0.4)
210-
launchy (3.0.1)
210+
launchy (3.1.1)
211211
addressable (~> 2.8)
212212
childprocess (~> 5.0)
213+
logger (~> 1.6)
213214
letter_opener (1.10.0)
214215
launchy (>= 2.2, < 4)
215216
lint_roller (1.1.0)
@@ -237,13 +238,13 @@ GEM
237238
matrix (0.4.2)
238239
mini_mime (1.1.5)
239240
mini_portile2 (2.8.8)
240-
minitest (5.25.4)
241+
minitest (5.25.5)
241242
minitest-reporters (1.7.1)
242243
ansi
243244
builder
244245
minitest (>= 5.0)
245246
ruby-progressbar
246-
msgpack (1.7.5)
247+
msgpack (1.8.0)
247248
mutex_m (0.3.0)
248249
net-imap (0.5.6)
249250
date
@@ -258,16 +259,16 @@ GEM
258259
nokogiri (1.18.3)
259260
mini_portile2 (~> 2.8.2)
260261
racc (~> 1.4)
261-
omniauth (2.1.2)
262+
omniauth (2.1.3)
262263
hashie (>= 3.4.6)
263264
rack (>= 2.2.3)
264265
rack-protection
265266
omniauth-rails_csrf_protection (1.0.2)
266267
actionpack (>= 4.2)
267268
omniauth (~> 2.0)
268-
omniauth-saml (2.2.1)
269+
omniauth-saml (2.2.3)
269270
omniauth (~> 2.1)
270-
ruby-saml (~> 1.17)
271+
ruby-saml (~> 1.18)
271272
orm_adapter (0.5.0)
272273
paper_trail (16.0.0)
273274
activerecord (>= 6.1)
@@ -287,17 +288,18 @@ GEM
287288
puma (6.6.0)
288289
nio4r (~> 2.0)
289290
racc (1.8.1)
290-
rack (2.2.11)
291-
rack-protection (3.2.0)
291+
rack (3.1.12)
292+
rack-protection (4.1.1)
292293
base64 (>= 0.1.0)
293-
rack (~> 2.2, >= 2.2.4)
294-
rack-session (1.0.2)
295-
rack (< 3)
294+
logger (>= 1.6.0)
295+
rack (>= 3.0.0, < 4)
296+
rack-session (2.1.0)
297+
base64 (>= 0.1.0)
298+
rack (>= 3.0.0)
296299
rack-test (2.2.0)
297300
rack (>= 1.3)
298-
rackup (1.0.1)
299-
rack (< 3)
300-
webrick
301+
rackup (2.2.1)
302+
rack (>= 3)
301303
rails (7.1.5.1)
302304
actioncable (= 7.1.5.1)
303305
actionmailbox (= 7.1.5.1)
@@ -345,7 +347,7 @@ GEM
345347
actionpack (>= 5.2)
346348
railties (>= 5.2)
347349
rexml (3.4.1)
348-
rubocop (1.73.1)
350+
rubocop (1.74.0)
349351
json (~> 2.3)
350352
language_server-protocol (~> 3.17.0.2)
351353
lint_roller (~> 1.1.0)
@@ -358,14 +360,14 @@ GEM
358360
unicode-display_width (>= 2.4.0, < 4.0)
359361
rubocop-ast (1.38.1)
360362
parser (>= 3.3.1.0)
361-
rubocop-rails (2.30.2)
363+
rubocop-rails (2.30.3)
362364
activesupport (>= 4.2.0)
363365
lint_roller (~> 1.1)
364366
rack (>= 1.1)
365367
rubocop (>= 1.72.1, < 2.0)
366368
rubocop-ast (>= 1.38.0, < 2.0)
367369
ruby-progressbar (1.13.0)
368-
ruby-saml (1.17.0)
370+
ruby-saml (1.18.0)
369371
nokogiri (>= 1.13.10)
370372
rexml
371373
rubyzip (2.4.1)
@@ -389,10 +391,10 @@ GEM
389391
rexml (~> 3.2, >= 3.2.5)
390392
rubyzip (>= 1.2.2, < 3.0)
391393
websocket (~> 1.0)
392-
sentry-rails (5.22.4)
394+
sentry-rails (5.23.0)
393395
railties (>= 5.0)
394-
sentry-ruby (~> 5.22.4)
395-
sentry-ruby (5.22.4)
396+
sentry-ruby (~> 5.23.0)
397+
sentry-ruby (5.23.0)
396398
bigdecimal
397399
concurrent-ruby (~> 1.0, >= 1.0.2)
398400
simple_form (5.3.1)
@@ -417,8 +419,8 @@ GEM
417419
sqlite3 (2.6.0)
418420
mini_portile2 (~> 2.8.0)
419421
stringio (3.1.5)
420-
terminal-table (3.0.2)
421-
unicode-display_width (>= 1.1.1, < 3)
422+
terminal-table (4.0.0)
423+
unicode-display_width (>= 1.1.1, < 4)
422424
terser (1.2.5)
423425
execjs (>= 0.3.0, < 3)
424426
thor (1.3.2)
@@ -427,7 +429,9 @@ GEM
427429
timeout (0.4.3)
428430
tzinfo (2.0.6)
429431
concurrent-ruby (~> 1.0)
430-
unicode-display_width (2.6.0)
432+
unicode-display_width (3.1.4)
433+
unicode-emoji (~> 4.0, >= 4.0.4)
434+
unicode-emoji (4.0.4)
431435
uniform_notifier (1.16.0)
432436
warden (1.2.9)
433437
rack (>= 2.0.9)
@@ -436,7 +440,6 @@ GEM
436440
activemodel (>= 6.0.0)
437441
bindex (>= 0.4.0)
438442
railties (>= 6.0.0)
439-
webrick (1.9.1)
440443
websocket (1.2.11)
441444
websocket-driver (0.7.7)
442445
base64

0 commit comments

Comments
 (0)