Skip to content

Commit 159ba13

Browse files
Update rails gems (#2339)
Signed-off-by: David A. Wheeler <[email protected]>
1 parent b70dd66 commit 159ba13

File tree

1 file changed

+83
-76
lines changed

1 file changed

+83
-76
lines changed

Gemfile.lock

Lines changed: 83 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.1)
5-
actionpack (= 8.0.1)
6-
activesupport (= 8.0.1)
4+
actioncable (8.0.2)
5+
actionpack (= 8.0.2)
6+
activesupport (= 8.0.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.1)
11-
actionpack (= 8.0.1)
12-
activejob (= 8.0.1)
13-
activerecord (= 8.0.1)
14-
activestorage (= 8.0.1)
15-
activesupport (= 8.0.1)
10+
actionmailbox (8.0.2)
11+
actionpack (= 8.0.2)
12+
activejob (= 8.0.2)
13+
activerecord (= 8.0.2)
14+
activestorage (= 8.0.2)
15+
activesupport (= 8.0.2)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.1)
18-
actionpack (= 8.0.1)
19-
actionview (= 8.0.1)
20-
activejob (= 8.0.1)
21-
activesupport (= 8.0.1)
17+
actionmailer (8.0.2)
18+
actionpack (= 8.0.2)
19+
actionview (= 8.0.2)
20+
activejob (= 8.0.2)
21+
activesupport (= 8.0.2)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.1)
25-
actionview (= 8.0.1)
26-
activesupport (= 8.0.1)
24+
actionpack (8.0.2)
25+
actionview (= 8.0.2)
26+
activesupport (= 8.0.2)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.1)
35-
actionpack (= 8.0.1)
36-
activerecord (= 8.0.1)
37-
activestorage (= 8.0.1)
38-
activesupport (= 8.0.1)
34+
actiontext (8.0.2)
35+
actionpack (= 8.0.2)
36+
activerecord (= 8.0.2)
37+
activestorage (= 8.0.2)
38+
activesupport (= 8.0.2)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.1)
42-
activesupport (= 8.0.1)
41+
actionview (8.0.2)
42+
activesupport (= 8.0.2)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.1)
48-
activesupport (= 8.0.1)
47+
activejob (8.0.2)
48+
activesupport (= 8.0.2)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.1)
51-
activesupport (= 8.0.1)
52-
activerecord (8.0.1)
53-
activemodel (= 8.0.1)
54-
activesupport (= 8.0.1)
50+
activemodel (8.0.2)
51+
activesupport (= 8.0.2)
52+
activerecord (8.0.2)
53+
activemodel (= 8.0.2)
54+
activesupport (= 8.0.2)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.1)
57-
actionpack (= 8.0.1)
58-
activejob (= 8.0.1)
59-
activerecord (= 8.0.1)
60-
activesupport (= 8.0.1)
56+
activestorage (8.0.2)
57+
actionpack (= 8.0.2)
58+
activejob (= 8.0.2)
59+
activerecord (= 8.0.2)
60+
activesupport (= 8.0.2)
6161
marcel (~> 1.0)
62-
activesupport (8.0.1)
62+
activesupport (8.0.2)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -82,10 +82,10 @@ GEM
8282
autoprefixer-rails (10.4.19.0)
8383
execjs (~> 2)
8484
awesome_print (1.9.2)
85-
base64 (0.2.0)
85+
base64 (0.3.0)
8686
bcrypt (3.1.20)
87-
benchmark (0.4.0)
88-
bigdecimal (3.1.9)
87+
benchmark (0.4.1)
88+
bigdecimal (3.2.2)
8989
bindex (0.8.1)
9090
blind_index (2.6.1)
9191
activesupport (>= 7)
@@ -125,8 +125,8 @@ GEM
125125
codecov (0.6.0)
126126
simplecov (>= 0.15, < 0.22)
127127
coderay (1.1.3)
128-
concurrent-ruby (1.3.4)
129-
connection_pool (2.4.1)
128+
concurrent-ruby (1.3.5)
129+
connection_pool (2.5.3)
130130
crack (1.0.0)
131131
bigdecimal
132132
rexml
@@ -138,8 +138,9 @@ GEM
138138
dotenv-rails (2.8.1)
139139
dotenv (= 2.8.1)
140140
railties (>= 3.2)
141-
drb (2.2.1)
141+
drb (2.2.3)
142142
encryptor (3.0.0)
143+
erb (5.0.1)
143144
erubi (1.13.1)
144145
erubis (2.7.0)
145146
eslintrb (2.1.0)
@@ -195,12 +196,13 @@ GEM
195196
csv
196197
mini_mime (>= 1.0.0)
197198
multi_xml (>= 0.5.2)
198-
i18n (1.14.6)
199+
i18n (1.14.7)
199200
concurrent-ruby (~> 1.0)
200201
imagesLoaded_rails (4.1.0)
201202
railties (>= 3.1)
202203
io-console (0.8.0)
203-
irb (1.14.3)
204+
irb (1.15.2)
205+
pp (>= 0.6.0)
204206
rdoc (>= 4.0.0)
205207
reline (>= 0.4.2)
206208
jbuilder (2.13.0)
@@ -227,13 +229,13 @@ GEM
227229
with_env (= 1.1.0)
228230
xml-simple (~> 1.1.9)
229231
locale (2.1.4)
230-
logger (1.6.4)
232+
logger (1.7.0)
231233
lograge (0.14.0)
232234
actionpack (>= 4)
233235
activesupport (>= 4)
234236
railties (>= 4)
235237
request_store (~> 1.0)
236-
loofah (2.23.1)
238+
loofah (2.24.1)
237239
crass (~> 1.0.2)
238240
nokogiri (>= 1.12.0)
239241
mail (2.8.1)
@@ -251,8 +253,8 @@ GEM
251253
mixlib-shellout
252254
method_source (1.1.0)
253255
mini_mime (1.1.5)
254-
mini_portile2 (2.8.8)
255-
minitest (5.25.4)
256+
mini_portile2 (2.8.9)
257+
minitest (5.25.5)
256258
minitest-reporters (1.7.1)
257259
ansi
258260
builder
@@ -271,14 +273,14 @@ GEM
271273
bigdecimal (~> 3.1)
272274
net-http (0.6.0)
273275
uri
274-
net-imap (0.5.8)
276+
net-imap (0.5.9)
275277
date
276278
net-protocol
277279
net-pop (0.1.2)
278280
net-protocol
279281
net-protocol (0.2.2)
280282
timeout
281-
net-smtp (0.5.0)
283+
net-smtp (0.5.1)
282284
net-protocol
283285
nio4r (2.7.4)
284286
nokogiri (1.18.8)
@@ -336,6 +338,9 @@ GEM
336338
pg_search (2.3.7)
337339
activerecord (>= 6.1)
338340
activesupport (>= 6.1)
341+
pp (0.6.2)
342+
prettyprint
343+
prettyprint (0.2.0)
339344
prime (0.1.3)
340345
forwardable
341346
singleton
@@ -362,7 +367,7 @@ GEM
362367
pry-byebug (3.10.1)
363368
byebug (~> 11.0)
364369
pry (>= 0.13, < 0.15)
365-
psych (5.2.2)
370+
psych (5.2.6)
366371
date
367372
stringio
368373
public_suffix (6.0.1)
@@ -374,7 +379,7 @@ GEM
374379
puma (>= 2.7)
375380
raabro (1.4.0)
376381
racc (1.8.1)
377-
rack (2.2.14)
382+
rack (2.2.17)
378383
rack-attack (6.7.0)
379384
rack (>= 1.0, < 4)
380385
rack-cors (2.0.2)
@@ -391,25 +396,25 @@ GEM
391396
rackup (1.0.1)
392397
rack (< 3)
393398
webrick
394-
rails (8.0.1)
395-
actioncable (= 8.0.1)
396-
actionmailbox (= 8.0.1)
397-
actionmailer (= 8.0.1)
398-
actionpack (= 8.0.1)
399-
actiontext (= 8.0.1)
400-
actionview (= 8.0.1)
401-
activejob (= 8.0.1)
402-
activemodel (= 8.0.1)
403-
activerecord (= 8.0.1)
404-
activestorage (= 8.0.1)
405-
activesupport (= 8.0.1)
399+
rails (8.0.2)
400+
actioncable (= 8.0.2)
401+
actionmailbox (= 8.0.2)
402+
actionmailer (= 8.0.2)
403+
actionpack (= 8.0.2)
404+
actiontext (= 8.0.2)
405+
actionview (= 8.0.2)
406+
activejob (= 8.0.2)
407+
activemodel (= 8.0.2)
408+
activerecord (= 8.0.2)
409+
activestorage (= 8.0.2)
410+
activesupport (= 8.0.2)
406411
bundler (>= 1.15.0)
407-
railties (= 8.0.1)
412+
railties (= 8.0.2)
408413
rails-controller-testing (1.0.5)
409414
actionpack (>= 5.0.1.rc1)
410415
actionview (>= 5.0.1.rc1)
411416
activesupport (>= 5.0.1.rc1)
412-
rails-dom-testing (2.2.0)
417+
rails-dom-testing (2.3.0)
413418
activesupport (>= 5.0.0)
414419
minitest
415420
nokogiri (>= 1.6)
@@ -432,21 +437,22 @@ GEM
432437
ruby-progressbar
433438
rails_serve_static_assets (0.0.5)
434439
rails_stdout_logging (0.0.5)
435-
railties (8.0.1)
436-
actionpack (= 8.0.1)
437-
activesupport (= 8.0.1)
440+
railties (8.0.2)
441+
actionpack (= 8.0.2)
442+
activesupport (= 8.0.2)
438443
irb (~> 1.13)
439444
rackup (>= 1.0.0)
440445
rake (>= 12.2)
441446
thor (~> 1.0, >= 1.2.2)
442447
zeitwerk (~> 2.6)
443448
rainbow (3.1.1)
444-
rake (13.2.1)
445-
rdoc (6.10.0)
449+
rake (13.3.0)
450+
rdoc (6.14.1)
451+
erb
446452
psych (>= 4.0.0)
447453
redcarpet (3.6.0)
448454
regexp_parser (2.10.0)
449-
reline (0.6.0)
455+
reline (0.6.1)
450456
io-console (~> 0.5)
451457
request_store (1.7.0)
452458
rack (>= 1.4)
@@ -530,7 +536,7 @@ GEM
530536
actionpack (>= 6.1)
531537
activesupport (>= 6.1)
532538
sprockets (>= 3.0.0)
533-
stringio (3.1.2)
539+
stringio (3.1.7)
534540
terminal-table (1.6.0)
535541
text (1.3.1)
536542
thor (1.3.2)
@@ -562,7 +568,8 @@ GEM
562568
hashdiff (>= 0.4.0, < 2.0.0)
563569
webrick (1.9.1)
564570
websocket (1.2.11)
565-
websocket-driver (0.7.6)
571+
websocket-driver (0.8.0)
572+
base64
566573
websocket-extensions (>= 0.1.0)
567574
websocket-extensions (0.1.5)
568575
with_env (1.1.0)
@@ -571,7 +578,7 @@ GEM
571578
xpath (3.2.0)
572579
nokogiri (~> 1.8)
573580
yaml-lint (0.1.2)
574-
zeitwerk (2.7.1)
581+
zeitwerk (2.7.3)
575582

576583
PLATFORMS
577584
aarch64-linux

0 commit comments

Comments
 (0)