Skip to content

Commit 4d7e7dc

Browse files
authored
Merge pull request #249 from hathitrust/post_rails_8_dependency_updates
Update dependencies after Rails 8 upgrade
2 parents 1018778 + 6f0a7c5 commit 4d7e7dc

File tree

2 files changed

+81
-80
lines changed

2 files changed

+81
-80
lines changed

Gemfile.lock

Lines changed: 75 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -9,65 +9,65 @@ GEM
99
remote: https://rubygems.org/
1010
specs:
1111
accept_language (2.0.8)
12-
actioncable (8.0.1)
13-
actionpack (= 8.0.1)
14-
activesupport (= 8.0.1)
12+
actioncable (8.0.2)
13+
actionpack (= 8.0.2)
14+
activesupport (= 8.0.2)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
1717
zeitwerk (~> 2.6)
18-
actionmailbox (8.0.1)
19-
actionpack (= 8.0.1)
20-
activejob (= 8.0.1)
21-
activerecord (= 8.0.1)
22-
activestorage (= 8.0.1)
23-
activesupport (= 8.0.1)
18+
actionmailbox (8.0.2)
19+
actionpack (= 8.0.2)
20+
activejob (= 8.0.2)
21+
activerecord (= 8.0.2)
22+
activestorage (= 8.0.2)
23+
activesupport (= 8.0.2)
2424
mail (>= 2.8.0)
25-
actionmailer (8.0.1)
26-
actionpack (= 8.0.1)
27-
actionview (= 8.0.1)
28-
activejob (= 8.0.1)
29-
activesupport (= 8.0.1)
25+
actionmailer (8.0.2)
26+
actionpack (= 8.0.2)
27+
actionview (= 8.0.2)
28+
activejob (= 8.0.2)
29+
activesupport (= 8.0.2)
3030
mail (>= 2.8.0)
3131
rails-dom-testing (~> 2.2)
32-
actionpack (8.0.1)
33-
actionview (= 8.0.1)
34-
activesupport (= 8.0.1)
32+
actionpack (8.0.2)
33+
actionview (= 8.0.2)
34+
activesupport (= 8.0.2)
3535
nokogiri (>= 1.8.5)
3636
rack (>= 2.2.4)
3737
rack-session (>= 1.0.1)
3838
rack-test (>= 0.6.3)
3939
rails-dom-testing (~> 2.2)
4040
rails-html-sanitizer (~> 1.6)
4141
useragent (~> 0.16)
42-
actiontext (8.0.1)
43-
actionpack (= 8.0.1)
44-
activerecord (= 8.0.1)
45-
activestorage (= 8.0.1)
46-
activesupport (= 8.0.1)
42+
actiontext (8.0.2)
43+
actionpack (= 8.0.2)
44+
activerecord (= 8.0.2)
45+
activestorage (= 8.0.2)
46+
activesupport (= 8.0.2)
4747
globalid (>= 0.6.0)
4848
nokogiri (>= 1.8.5)
49-
actionview (8.0.1)
50-
activesupport (= 8.0.1)
49+
actionview (8.0.2)
50+
activesupport (= 8.0.2)
5151
builder (~> 3.1)
5252
erubi (~> 1.11)
5353
rails-dom-testing (~> 2.2)
5454
rails-html-sanitizer (~> 1.6)
55-
activejob (8.0.1)
56-
activesupport (= 8.0.1)
55+
activejob (8.0.2)
56+
activesupport (= 8.0.2)
5757
globalid (>= 0.3.6)
58-
activemodel (8.0.1)
59-
activesupport (= 8.0.1)
60-
activerecord (8.0.1)
61-
activemodel (= 8.0.1)
62-
activesupport (= 8.0.1)
58+
activemodel (8.0.2)
59+
activesupport (= 8.0.2)
60+
activerecord (8.0.2)
61+
activemodel (= 8.0.2)
62+
activesupport (= 8.0.2)
6363
timeout (>= 0.4.0)
64-
activestorage (8.0.1)
65-
actionpack (= 8.0.1)
66-
activejob (= 8.0.1)
67-
activerecord (= 8.0.1)
68-
activesupport (= 8.0.1)
64+
activestorage (8.0.2)
65+
actionpack (= 8.0.2)
66+
activejob (= 8.0.2)
67+
activerecord (= 8.0.2)
68+
activesupport (= 8.0.2)
6969
marcel (~> 1.0)
70-
activesupport (8.0.1)
70+
activesupport (8.0.2)
7171
base64
7272
benchmark (>= 0.3)
7373
bigdecimal
@@ -150,7 +150,7 @@ GEM
150150
http-form_data (2.3.0)
151151
i18n (1.14.7)
152152
concurrent-ruby (~> 1.0)
153-
i18n-tasks (1.0.14)
153+
i18n-tasks (1.0.15)
154154
activesupport (>= 4.0.2)
155155
ast (>= 2.1.0)
156156
erubi
@@ -159,6 +159,7 @@ GEM
159159
parser (>= 3.2.2.1)
160160
rails-i18n
161161
rainbow (>= 2.2.2, < 4.0)
162+
ruby-progressbar (~> 1.8, >= 1.8.1)
162163
terminal-table (>= 1.5.1)
163164
io-console (0.8.0)
164165
irb (1.15.1)
@@ -170,7 +171,7 @@ GEM
170171
atlassian-jwt
171172
multipart-post
172173
oauth (~> 0.5, >= 0.5.0)
173-
json (2.10.1)
174+
json (2.10.2)
174175
jwt (2.10.1)
175176
base64
176177
kaminari (1.2.2)
@@ -190,7 +191,7 @@ GEM
190191
listen (3.0.8)
191192
rb-fsevent (~> 0.9, >= 0.9.4)
192193
rb-inotify (~> 0.9, >= 0.9.7)
193-
llhttp-ffi (0.5.0)
194+
llhttp-ffi (0.5.1)
194195
ffi-compiler (~> 1.0)
195196
rake (~> 13.0)
196197
logger (1.6.6)
@@ -210,7 +211,7 @@ GEM
210211
http (>= 4.3, < 6.0)
211212
maxmind-db (~> 1.2)
212213
mini_mime (1.1.5)
213-
minitest (5.25.4)
214+
minitest (5.25.5)
214215
multipart-post (2.4.1)
215216
mysql2 (0.5.6)
216217
net-imap (0.5.6)
@@ -223,9 +224,9 @@ GEM
223224
net-smtp (0.5.1)
224225
net-protocol
225226
nio4r (2.7.4)
226-
nokogiri (1.18.3-aarch64-linux-gnu)
227+
nokogiri (1.18.4-aarch64-linux-gnu)
227228
racc (~> 1.4)
228-
nokogiri (1.18.3-x86_64-linux-gnu)
229+
nokogiri (1.18.4-x86_64-linux-gnu)
229230
racc (~> 1.4)
230231
oauth (0.6.2)
231232
snaky_hash (~> 2.0)
@@ -245,28 +246,28 @@ GEM
245246
puma (6.6.0)
246247
nio4r (~> 2.0)
247248
racc (1.8.1)
248-
rack (3.1.10)
249+
rack (3.1.12)
249250
rack-session (2.1.0)
250251
base64 (>= 0.1.0)
251252
rack (>= 3.0.0)
252253
rack-test (2.2.0)
253254
rack (>= 1.3)
254255
rackup (2.2.1)
255256
rack (>= 3)
256-
rails (8.0.1)
257-
actioncable (= 8.0.1)
258-
actionmailbox (= 8.0.1)
259-
actionmailer (= 8.0.1)
260-
actionpack (= 8.0.1)
261-
actiontext (= 8.0.1)
262-
actionview (= 8.0.1)
263-
activejob (= 8.0.1)
264-
activemodel (= 8.0.1)
265-
activerecord (= 8.0.1)
266-
activestorage (= 8.0.1)
267-
activesupport (= 8.0.1)
257+
rails (8.0.2)
258+
actioncable (= 8.0.2)
259+
actionmailbox (= 8.0.2)
260+
actionmailer (= 8.0.2)
261+
actionpack (= 8.0.2)
262+
actiontext (= 8.0.2)
263+
actionview (= 8.0.2)
264+
activejob (= 8.0.2)
265+
activemodel (= 8.0.2)
266+
activerecord (= 8.0.2)
267+
activestorage (= 8.0.2)
268+
activesupport (= 8.0.2)
268269
bundler (>= 1.15.0)
269-
railties (= 8.0.1)
270+
railties (= 8.0.2)
270271
rails-controller-testing (1.0.5)
271272
actionpack (>= 5.0.1.rc1)
272273
actionview (>= 5.0.1.rc1)
@@ -281,9 +282,9 @@ GEM
281282
rails-i18n (8.0.1)
282283
i18n (>= 0.7, < 2)
283284
railties (>= 8.0.0, < 9)
284-
railties (8.0.1)
285-
actionpack (= 8.0.1)
286-
activesupport (= 8.0.1)
285+
railties (8.0.2)
286+
actionpack (= 8.0.2)
287+
activesupport (= 8.0.2)
287288
irb (~> 1.13)
288289
rackup (>= 1.0.0)
289290
rake (>= 12.2)
@@ -304,21 +305,23 @@ GEM
304305
reline (0.6.0)
305306
io-console (~> 0.5)
306307
rexml (3.4.1)
307-
rubocop (1.71.2)
308+
rubocop (1.73.2)
308309
json (~> 2.3)
309-
language_server-protocol (>= 3.17.0)
310+
language_server-protocol (~> 3.17.0.2)
311+
lint_roller (~> 1.1.0)
310312
parallel (~> 1.10)
311313
parser (>= 3.3.0.2)
312314
rainbow (>= 2.2.2, < 4.0)
313315
regexp_parser (>= 2.9.3, < 3.0)
314316
rubocop-ast (>= 1.38.0, < 2.0)
315317
ruby-progressbar (~> 1.7)
316318
unicode-display_width (>= 2.4.0, < 4.0)
317-
rubocop-ast (1.38.0)
319+
rubocop-ast (1.38.1)
318320
parser (>= 3.3.1.0)
319-
rubocop-performance (1.23.1)
320-
rubocop (>= 1.48.1, < 2.0)
321-
rubocop-ast (>= 1.31.1, < 2.0)
321+
rubocop-performance (1.24.0)
322+
lint_roller (~> 1.1)
323+
rubocop (>= 1.72.1, < 2.0)
324+
rubocop-ast (>= 1.38.0, < 2.0)
322325
ruby-progressbar (1.13.0)
323326
rubyzip (2.4.1)
324327
securerandom (0.4.1)
@@ -339,18 +342,18 @@ GEM
339342
snaky_hash (2.0.1)
340343
hashie
341344
version_gem (~> 1.1, >= 1.1.1)
342-
standard (1.45.0)
345+
standard (1.47.0)
343346
language_server-protocol (~> 3.17.0.2)
344347
lint_roller (~> 1.0)
345-
rubocop (~> 1.71.0)
348+
rubocop (~> 1.73.0)
346349
standard-custom (~> 1.0.0)
347-
standard-performance (~> 1.6)
350+
standard-performance (~> 1.7)
348351
standard-custom (1.0.2)
349352
lint_roller (~> 1.0)
350353
rubocop (~> 1.50)
351-
standard-performance (1.6.0)
354+
standard-performance (1.7.0)
352355
lint_roller (~> 1.1)
353-
rubocop-performance (~> 1.23.0)
356+
rubocop-performance (~> 1.24.0)
354357
stringio (3.1.5)
355358
strip_attributes (2.0.0)
356359
activemodel (>= 3.0, < 9.0)
@@ -363,7 +366,7 @@ GEM
363366
unicode-display_width (3.1.4)
364367
unicode-emoji (~> 4.0, >= 4.0.4)
365368
unicode-emoji (4.0.4)
366-
uri (1.0.2)
369+
uri (1.0.3)
367370
useragent (0.16.11)
368371
version_gem (1.1.6)
369372
web-console (4.2.1)

package-lock.json

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)