Skip to content

Commit 053ac02

Browse files
authored
Merge pull request #856 from MITLibraries/update-deps
update deps
2 parents e96f029 + 0cdbcbb commit 053ac02

File tree

2 files changed

+89
-85
lines changed

2 files changed

+89
-85
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'opensearch-ruby'
1515
gem 'puma'
1616
gem 'rack-attack'
1717
gem 'rack-cors'
18-
gem 'rails', '~> 7.0'
18+
gem 'rails', '~> 7.1.0'
1919
gem 'redis'
2020
gem 'sass-rails'
2121
gem 'sentry-rails'

Gemfile.lock

+88-84
Original file line numberDiff line numberDiff line change
@@ -10,79 +10,82 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.1.3.4)
14-
actionpack (= 7.1.3.4)
15-
activesupport (= 7.1.3.4)
13+
actioncable (7.1.5)
14+
actionpack (= 7.1.5)
15+
activesupport (= 7.1.5)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
1818
zeitwerk (~> 2.6)
19-
actionmailbox (7.1.3.4)
20-
actionpack (= 7.1.3.4)
21-
activejob (= 7.1.3.4)
22-
activerecord (= 7.1.3.4)
23-
activestorage (= 7.1.3.4)
24-
activesupport (= 7.1.3.4)
19+
actionmailbox (7.1.5)
20+
actionpack (= 7.1.5)
21+
activejob (= 7.1.5)
22+
activerecord (= 7.1.5)
23+
activestorage (= 7.1.5)
24+
activesupport (= 7.1.5)
2525
mail (>= 2.7.1)
2626
net-imap
2727
net-pop
2828
net-smtp
29-
actionmailer (7.1.3.4)
30-
actionpack (= 7.1.3.4)
31-
actionview (= 7.1.3.4)
32-
activejob (= 7.1.3.4)
33-
activesupport (= 7.1.3.4)
29+
actionmailer (7.1.5)
30+
actionpack (= 7.1.5)
31+
actionview (= 7.1.5)
32+
activejob (= 7.1.5)
33+
activesupport (= 7.1.5)
3434
mail (~> 2.5, >= 2.5.4)
3535
net-imap
3636
net-pop
3737
net-smtp
3838
rails-dom-testing (~> 2.2)
39-
actionpack (7.1.3.4)
40-
actionview (= 7.1.3.4)
41-
activesupport (= 7.1.3.4)
39+
actionpack (7.1.5)
40+
actionview (= 7.1.5)
41+
activesupport (= 7.1.5)
4242
nokogiri (>= 1.8.5)
4343
racc
4444
rack (>= 2.2.4)
4545
rack-session (>= 1.0.1)
4646
rack-test (>= 0.6.3)
4747
rails-dom-testing (~> 2.2)
4848
rails-html-sanitizer (~> 1.6)
49-
actiontext (7.1.3.4)
50-
actionpack (= 7.1.3.4)
51-
activerecord (= 7.1.3.4)
52-
activestorage (= 7.1.3.4)
53-
activesupport (= 7.1.3.4)
49+
actiontext (7.1.5)
50+
actionpack (= 7.1.5)
51+
activerecord (= 7.1.5)
52+
activestorage (= 7.1.5)
53+
activesupport (= 7.1.5)
5454
globalid (>= 0.6.0)
5555
nokogiri (>= 1.8.5)
56-
actionview (7.1.3.4)
57-
activesupport (= 7.1.3.4)
56+
actionview (7.1.5)
57+
activesupport (= 7.1.5)
5858
builder (~> 3.1)
5959
erubi (~> 1.11)
6060
rails-dom-testing (~> 2.2)
6161
rails-html-sanitizer (~> 1.6)
62-
activejob (7.1.3.4)
63-
activesupport (= 7.1.3.4)
62+
activejob (7.1.5)
63+
activesupport (= 7.1.5)
6464
globalid (>= 0.3.6)
65-
activemodel (7.1.3.4)
66-
activesupport (= 7.1.3.4)
67-
activerecord (7.1.3.4)
68-
activemodel (= 7.1.3.4)
69-
activesupport (= 7.1.3.4)
65+
activemodel (7.1.5)
66+
activesupport (= 7.1.5)
67+
activerecord (7.1.5)
68+
activemodel (= 7.1.5)
69+
activesupport (= 7.1.5)
7070
timeout (>= 0.4.0)
71-
activestorage (7.1.3.4)
72-
actionpack (= 7.1.3.4)
73-
activejob (= 7.1.3.4)
74-
activerecord (= 7.1.3.4)
75-
activesupport (= 7.1.3.4)
71+
activestorage (7.1.5)
72+
actionpack (= 7.1.5)
73+
activejob (= 7.1.5)
74+
activerecord (= 7.1.5)
75+
activesupport (= 7.1.5)
7676
marcel (~> 1.0)
77-
activesupport (7.1.3.4)
77+
activesupport (7.1.5)
7878
base64
79+
benchmark (>= 0.3)
7980
bigdecimal
8081
concurrent-ruby (~> 1.0, >= 1.0.2)
8182
connection_pool (>= 2.2.5)
8283
drb
8384
i18n (>= 1.6, < 2)
85+
logger (>= 1.4.2)
8486
minitest (>= 5.1)
8587
mutex_m
88+
securerandom (>= 0.3)
8689
tzinfo (~> 2.0)
8790
addressable (2.8.7)
8891
public_suffix (>= 2.0.2, < 7.0)
@@ -95,6 +98,7 @@ GEM
9598
aws-eventstream (~> 1, >= 1.0.2)
9699
base64 (0.2.0)
97100
bcrypt (3.1.20)
101+
benchmark (0.4.0)
98102
bigdecimal (3.1.8)
99103
bindex (0.8.1)
100104
bootsnap (1.18.4)
@@ -118,7 +122,7 @@ GEM
118122
bigdecimal
119123
rexml
120124
crass (1.0.6)
121-
date (3.3.4)
125+
date (3.4.0)
122126
devise (4.9.4)
123127
bcrypt (~> 3.0)
124128
orm_adapter (~> 0.1)
@@ -148,7 +152,7 @@ GEM
148152
faraday (>= 2.0, < 3)
149153
ffi (1.17.0)
150154
fiber-storage (1.0.0)
151-
flipflop (2.7.1)
155+
flipflop (2.8.0)
152156
activesupport (>= 4.0)
153157
terminal-table (>= 1.8)
154158
forwardable-extended (2.6.0)
@@ -157,10 +161,10 @@ GEM
157161
google-protobuf (4.28.2)
158162
bigdecimal
159163
rake (>= 13)
160-
graphql (2.3.16)
164+
graphql (2.4.3)
161165
base64
162166
fiber-storage
163-
hashdiff (1.1.1)
167+
hashdiff (1.1.2)
164168
http_parser.rb (0.8.0)
165169
i18n (1.14.6)
166170
concurrent-ruby (~> 1.0)
@@ -195,8 +199,8 @@ GEM
195199
jekyll (>= 3.8, < 5.0)
196200
jekyll-watch (2.2.1)
197201
listen (~> 3.0)
198-
json (2.7.2)
199-
jwt (2.9.1)
202+
json (2.8.2)
203+
jwt (2.9.3)
200204
base64
201205
kramdown (2.4.0)
202206
rexml
@@ -213,7 +217,7 @@ GEM
213217
activesupport (>= 4)
214218
railties (>= 4)
215219
request_store (~> 1.0)
216-
loofah (2.22.0)
220+
loofah (2.23.1)
217221
crass (~> 1.0.2)
218222
nokogiri (>= 1.12.0)
219223
mail (2.8.1)
@@ -225,14 +229,14 @@ GEM
225229
matrix (0.4.2)
226230
mercenary (0.4.0)
227231
mini_mime (1.1.5)
228-
mini_portile2 (2.8.7)
232+
mini_portile2 (2.8.8)
229233
minitest (5.25.1)
230234
msgpack (1.7.2)
231235
multi_json (1.15.0)
232236
mutex_m (0.2.0)
233237
net-http (0.4.1)
234238
uri
235-
net-imap (0.4.16)
239+
net-imap (0.5.1)
236240
date
237241
net-protocol
238242
net-pop (0.1.2)
@@ -241,7 +245,7 @@ GEM
241245
timeout
242246
net-smtp (0.5.0)
243247
net-protocol
244-
nio4r (2.7.3)
248+
nio4r (2.7.4)
245249
nokogiri (1.16.7)
246250
mini_portile2 (~> 2.8.2)
247251
racc (~> 1.4)
@@ -250,19 +254,19 @@ GEM
250254
multi_json (>= 1.0)
251255
orm_adapter (0.5.0)
252256
parallel (1.26.3)
253-
parser (3.3.5.0)
257+
parser (3.3.6.0)
254258
ast (~> 2.4.1)
255259
racc
256260
pathutil (0.16.2)
257261
forwardable-extended (~> 2.6)
258-
pg (1.5.8)
259-
psych (5.1.2)
262+
pg (1.5.9)
263+
psych (5.2.0)
260264
stringio
261265
public_suffix (6.0.1)
262266
puma (6.4.3)
263267
nio4r (~> 2.0)
264268
racc (1.8.1)
265-
rack (3.1.7)
269+
rack (3.1.8)
266270
rack-attack (6.7.0)
267271
rack (>= 1.0, < 4)
268272
rack-cors (2.0.2)
@@ -271,33 +275,32 @@ GEM
271275
rack (>= 3.0.0)
272276
rack-test (2.1.0)
273277
rack (>= 1.3)
274-
rackup (2.1.0)
278+
rackup (2.2.1)
275279
rack (>= 3)
276-
webrick (~> 1.8)
277-
rails (7.1.3.4)
278-
actioncable (= 7.1.3.4)
279-
actionmailbox (= 7.1.3.4)
280-
actionmailer (= 7.1.3.4)
281-
actionpack (= 7.1.3.4)
282-
actiontext (= 7.1.3.4)
283-
actionview (= 7.1.3.4)
284-
activejob (= 7.1.3.4)
285-
activemodel (= 7.1.3.4)
286-
activerecord (= 7.1.3.4)
287-
activestorage (= 7.1.3.4)
288-
activesupport (= 7.1.3.4)
280+
rails (7.1.5)
281+
actioncable (= 7.1.5)
282+
actionmailbox (= 7.1.5)
283+
actionmailer (= 7.1.5)
284+
actionpack (= 7.1.5)
285+
actiontext (= 7.1.5)
286+
actionview (= 7.1.5)
287+
activejob (= 7.1.5)
288+
activemodel (= 7.1.5)
289+
activerecord (= 7.1.5)
290+
activestorage (= 7.1.5)
291+
activesupport (= 7.1.5)
289292
bundler (>= 1.15.0)
290-
railties (= 7.1.3.4)
293+
railties (= 7.1.5)
291294
rails-dom-testing (2.2.0)
292295
activesupport (>= 5.0.0)
293296
minitest
294297
nokogiri (>= 1.6)
295298
rails-html-sanitizer (1.6.0)
296299
loofah (~> 2.21)
297300
nokogiri (~> 1.14)
298-
railties (7.1.3.4)
299-
actionpack (= 7.1.3.4)
300-
activesupport (= 7.1.3.4)
301+
railties (7.1.5)
302+
actionpack (= 7.1.5)
303+
activesupport (= 7.1.5)
301304
irb
302305
rackup (>= 1.0.0)
303306
rake (>= 12.2)
@@ -315,16 +318,16 @@ GEM
315318
redis-client (0.22.2)
316319
connection_pool
317320
regexp_parser (2.9.2)
318-
reline (0.5.10)
321+
reline (0.5.11)
319322
io-console (~> 0.5)
320323
request_store (1.7.0)
321324
rack (>= 1.4)
322325
responders (3.1.1)
323326
actionpack (>= 5.2)
324327
railties (>= 5.2)
325-
rexml (3.3.7)
328+
rexml (3.3.9)
326329
rouge (4.4.0)
327-
rubocop (1.66.1)
330+
rubocop (1.68.0)
328331
json (~> 2.3)
329332
language_server-protocol (>= 3.17.0)
330333
parallel (~> 1.10)
@@ -334,9 +337,9 @@ GEM
334337
rubocop-ast (>= 1.32.2, < 2.0)
335338
ruby-progressbar (~> 1.7)
336339
unicode-display_width (>= 2.4.0, < 3.0)
337-
rubocop-ast (1.32.3)
340+
rubocop-ast (1.36.1)
338341
parser (>= 3.3.1.0)
339-
rubocop-rails (2.26.2)
342+
rubocop-rails (2.27.0)
340343
activesupport (>= 4.2.0)
341344
rack (>= 1.1)
342345
rubocop (>= 1.52.0, < 2.0)
@@ -357,16 +360,17 @@ GEM
357360
sprockets (> 3.0)
358361
sprockets-rails
359362
tilt
360-
selenium-webdriver (4.25.0)
363+
securerandom (0.3.2)
364+
selenium-webdriver (4.26.0)
361365
base64 (~> 0.2)
362366
logger (~> 1.4)
363367
rexml (~> 3.2, >= 3.2.5)
364368
rubyzip (>= 1.2.2, < 3.0)
365369
websocket (~> 1.0)
366-
sentry-rails (5.19.0)
370+
sentry-rails (5.21.0)
367371
railties (>= 5.0)
368-
sentry-ruby (~> 5.19.0)
369-
sentry-ruby (5.19.0)
372+
sentry-ruby (~> 5.21.0)
373+
sentry-ruby (5.21.0)
370374
bigdecimal
371375
concurrent-ruby (~> 1.0, >= 1.0.2)
372376
simplecov (0.22.0)
@@ -385,13 +389,13 @@ GEM
385389
sprockets (>= 3.0.0)
386390
sqlite3 (1.7.3)
387391
mini_portile2 (~> 2.8.0)
388-
stringio (3.1.1)
392+
stringio (3.1.2)
389393
terminal-table (3.0.2)
390394
unicode-display_width (>= 1.1.1, < 3)
391395
thor (1.3.2)
392396
tilt (2.4.0)
393397
timecop (0.9.10)
394-
timeout (0.4.1)
398+
timeout (0.4.2)
395399
tzinfo (2.0.6)
396400
concurrent-ruby (~> 1.0)
397401
uglifier (4.2.1)
@@ -407,18 +411,18 @@ GEM
407411
activemodel (>= 6.0.0)
408412
bindex (>= 0.4.0)
409413
railties (>= 6.0.0)
410-
webmock (3.23.1)
414+
webmock (3.24.0)
411415
addressable (>= 2.8.0)
412416
crack (>= 0.3.2)
413417
hashdiff (>= 0.4.0, < 2.0.0)
414-
webrick (1.8.2)
418+
webrick (1.9.0)
415419
websocket (1.2.11)
416420
websocket-driver (0.7.6)
417421
websocket-extensions (>= 0.1.0)
418422
websocket-extensions (0.1.5)
419423
xpath (3.2.0)
420424
nokogiri (~> 1.8)
421-
zeitwerk (2.6.18)
425+
zeitwerk (2.7.1)
422426

423427
PLATFORMS
424428
ruby
@@ -446,7 +450,7 @@ DEPENDENCIES
446450
puma
447451
rack-attack
448452
rack-cors
449-
rails (~> 7.0)
453+
rails (~> 7.1.0)
450454
redis
451455
rubocop
452456
rubocop-rails

0 commit comments

Comments
 (0)