Skip to content

Commit 581acd7

Browse files
authored
Merge pull request #184 from MITLibraries/update-deps
update deps
2 parents c94bf23 + 8cd0b7c commit 581acd7

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

Gemfile.lock

+16-15
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,10 @@ GEM
166166
fiber-storage (1.0.0)
167167
globalid (1.2.1)
168168
activesupport (>= 6.1)
169-
graphql (2.4.8)
169+
graphql (2.4.9)
170170
base64
171171
fiber-storage
172+
logger
172173
hashdiff (1.1.2)
173174
hashie (5.0.0)
174175
http (5.2.0)
@@ -198,7 +199,7 @@ GEM
198199
rails-dom-testing (>= 1, < 3)
199200
railties (>= 4.2.0)
200201
thor (>= 0.14, < 2.0)
201-
json (2.9.1)
202+
json (2.10.0)
202203
json-jwt (1.16.7)
203204
activesupport (>= 4.2)
204205
aes_key_wrap
@@ -218,7 +219,7 @@ GEM
218219
activerecord
219220
kaminari-core (= 1.2.2)
220221
kaminari-core (1.2.2)
221-
language_server-protocol (3.17.0.3)
222+
language_server-protocol (3.17.0.4)
222223
llhttp-ffi (0.5.0)
223224
ffi-compiler (~> 1.0)
224225
rake (~> 13.0)
@@ -283,7 +284,7 @@ GEM
283284
orm_adapter (0.5.0)
284285
pagy (9.3.3)
285286
parallel (1.26.3)
286-
parser (3.3.7.0)
287+
parser (3.3.7.1)
287288
ast (~> 2.4.1)
288289
racc
289290
pg (1.5.9)
@@ -294,10 +295,10 @@ GEM
294295
date
295296
stringio
296297
public_suffix (6.0.1)
297-
puma (6.5.0)
298+
puma (6.6.0)
298299
nio4r (~> 2.0)
299300
racc (1.8.1)
300-
rack (3.1.8)
301+
rack (3.1.9)
301302
rack-cors (2.0.2)
302303
rack (>= 2.0.0)
303304
rack-oauth2 (2.2.1)
@@ -349,7 +350,7 @@ GEM
349350
zeitwerk (~> 2.6)
350351
rainbow (3.1.1)
351352
rake (13.2.1)
352-
rdoc (6.11.0)
353+
rdoc (6.12.0)
353354
psych (>= 4.0.0)
354355
regexp_parser (2.10.0)
355356
reline (0.6.0)
@@ -358,17 +359,17 @@ GEM
358359
actionpack (>= 5.2)
359360
railties (>= 5.2)
360361
rexml (3.4.0)
361-
rubocop (1.71.0)
362+
rubocop (1.71.2)
362363
json (~> 2.3)
363364
language_server-protocol (>= 3.17.0)
364365
parallel (~> 1.10)
365366
parser (>= 3.3.0.2)
366367
rainbow (>= 2.2.2, < 4.0)
367368
regexp_parser (>= 2.9.3, < 3.0)
368-
rubocop-ast (>= 1.36.2, < 2.0)
369+
rubocop-ast (>= 1.38.0, < 2.0)
369370
ruby-progressbar (~> 1.7)
370371
unicode-display_width (>= 2.4.0, < 4.0)
371-
rubocop-ast (1.37.0)
372+
rubocop-ast (1.38.0)
372373
parser (>= 3.3.1.0)
373374
rubocop-capybara (2.21.0)
374375
rubocop (~> 1.41)
@@ -380,7 +381,7 @@ GEM
380381
rubocop-performance (1.23.1)
381382
rubocop (>= 1.48.1, < 2.0)
382383
rubocop-ast (>= 1.31.1, < 2.0)
383-
rubocop-rails (2.29.0)
384+
rubocop-rails (2.29.1)
384385
activesupport (>= 4.2.0)
385386
rack (>= 1.1)
386387
rubocop (>= 1.52.0, < 2.0)
@@ -405,10 +406,10 @@ GEM
405406
rexml (~> 3.2, >= 3.2.5)
406407
rubyzip (>= 1.2.2, < 3.0)
407408
websocket (~> 1.0)
408-
sentry-rails (5.22.1)
409+
sentry-rails (5.22.4)
409410
railties (>= 5.0)
410-
sentry-ruby (~> 5.22.1)
411-
sentry-ruby (5.22.1)
411+
sentry-ruby (~> 5.22.4)
412+
sentry-ruby (5.22.4)
412413
bigdecimal
413414
concurrent-ruby (~> 1.0, >= 1.0.2)
414415
simplecov (0.22.0)
@@ -468,7 +469,7 @@ GEM
468469
activesupport
469470
faraday (~> 2.0)
470471
faraday-follow_redirects
471-
webmock (3.24.0)
472+
webmock (3.25.0)
472473
addressable (>= 2.8.0)
473474
crack (>= 0.3.2)
474475
hashdiff (>= 0.4.0, < 2.0.0)

0 commit comments

Comments
 (0)