Skip to content

Commit a50fef4

Browse files
dependabot[bot]compwron
authored andcommitted
build(deps): bump activesupport from 7.2.3 to 7.2.3.1
Bumps [activesupport](https://github.com/rails/rails) from 7.2.3 to 7.2.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.2.3...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dce43e8 commit a50fef4

1 file changed

Lines changed: 55 additions & 57 deletions

File tree

Gemfile.lock

Lines changed: 55 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.3)
5-
actionpack (= 7.2.3)
6-
activesupport (= 7.2.3)
4+
actioncable (7.2.3.1)
5+
actionpack (= 7.2.3.1)
6+
activesupport (= 7.2.3.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.3)
11-
actionpack (= 7.2.3)
12-
activejob (= 7.2.3)
13-
activerecord (= 7.2.3)
14-
activestorage (= 7.2.3)
15-
activesupport (= 7.2.3)
10+
actionmailbox (7.2.3.1)
11+
actionpack (= 7.2.3.1)
12+
activejob (= 7.2.3.1)
13+
activerecord (= 7.2.3.1)
14+
activestorage (= 7.2.3.1)
15+
activesupport (= 7.2.3.1)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.3)
18-
actionpack (= 7.2.3)
19-
actionview (= 7.2.3)
20-
activejob (= 7.2.3)
21-
activesupport (= 7.2.3)
17+
actionmailer (7.2.3.1)
18+
actionpack (= 7.2.3.1)
19+
actionview (= 7.2.3.1)
20+
activejob (= 7.2.3.1)
21+
activesupport (= 7.2.3.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.3)
25-
actionview (= 7.2.3)
26-
activesupport (= 7.2.3)
24+
actionpack (7.2.3.1)
25+
actionview (= 7.2.3.1)
26+
activesupport (= 7.2.3.1)
2727
cgi
2828
nokogiri (>= 1.8.5)
2929
racc
@@ -33,40 +33,40 @@ GEM
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
3535
useragent (~> 0.16)
36-
actiontext (7.2.3)
37-
actionpack (= 7.2.3)
38-
activerecord (= 7.2.3)
39-
activestorage (= 7.2.3)
40-
activesupport (= 7.2.3)
36+
actiontext (7.2.3.1)
37+
actionpack (= 7.2.3.1)
38+
activerecord (= 7.2.3.1)
39+
activestorage (= 7.2.3.1)
40+
activesupport (= 7.2.3.1)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.2.3)
44-
activesupport (= 7.2.3)
43+
actionview (7.2.3.1)
44+
activesupport (= 7.2.3.1)
4545
builder (~> 3.1)
4646
cgi
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
50-
activejob (7.2.3)
51-
activesupport (= 7.2.3)
50+
activejob (7.2.3.1)
51+
activesupport (= 7.2.3.1)
5252
globalid (>= 0.3.6)
53-
activemodel (7.2.3)
54-
activesupport (= 7.2.3)
53+
activemodel (7.2.3.1)
54+
activesupport (= 7.2.3.1)
5555
activemodel-serializers-xml (1.0.3)
5656
activemodel (>= 5.0.0.a)
5757
activesupport (>= 5.0.0.a)
5858
builder (~> 3.1)
59-
activerecord (7.2.3)
60-
activemodel (= 7.2.3)
61-
activesupport (= 7.2.3)
59+
activerecord (7.2.3.1)
60+
activemodel (= 7.2.3.1)
61+
activesupport (= 7.2.3.1)
6262
timeout (>= 0.4.0)
63-
activestorage (7.2.3)
64-
actionpack (= 7.2.3)
65-
activejob (= 7.2.3)
66-
activerecord (= 7.2.3)
67-
activesupport (= 7.2.3)
63+
activestorage (7.2.3.1)
64+
actionpack (= 7.2.3.1)
65+
activejob (= 7.2.3.1)
66+
activerecord (= 7.2.3.1)
67+
activesupport (= 7.2.3.1)
6868
marcel (~> 1.0)
69-
activesupport (7.2.3)
69+
activesupport (7.2.3.1)
7070
base64
7171
benchmark (>= 0.3)
7272
bigdecimal
@@ -75,7 +75,7 @@ GEM
7575
drb
7676
i18n (>= 1.6, < 2)
7777
logger (>= 1.4.2)
78-
minitest (>= 5.1)
78+
minitest (>= 5.1, < 6)
7979
securerandom (>= 0.3)
8080
tzinfo (~> 2.0, >= 2.0.5)
8181
addressable (2.8.9)
@@ -335,9 +335,7 @@ GEM
335335
logger
336336
mini_mime (1.1.5)
337337
mini_portile2 (2.8.9)
338-
minitest (6.0.2)
339-
drb (~> 2.0)
340-
prism (~> 1.5)
338+
minitest (5.27.0)
341339
multi_xml (0.8.1)
342340
bigdecimal (>= 3.1, < 5)
343341
multipart-post (2.4.1)
@@ -460,20 +458,20 @@ GEM
460458
rack (>= 1.3)
461459
rackup (2.3.1)
462460
rack (>= 3)
463-
rails (7.2.3)
464-
actioncable (= 7.2.3)
465-
actionmailbox (= 7.2.3)
466-
actionmailer (= 7.2.3)
467-
actionpack (= 7.2.3)
468-
actiontext (= 7.2.3)
469-
actionview (= 7.2.3)
470-
activejob (= 7.2.3)
471-
activemodel (= 7.2.3)
472-
activerecord (= 7.2.3)
473-
activestorage (= 7.2.3)
474-
activesupport (= 7.2.3)
461+
rails (7.2.3.1)
462+
actioncable (= 7.2.3.1)
463+
actionmailbox (= 7.2.3.1)
464+
actionmailer (= 7.2.3.1)
465+
actionpack (= 7.2.3.1)
466+
actiontext (= 7.2.3.1)
467+
actionview (= 7.2.3.1)
468+
activejob (= 7.2.3.1)
469+
activemodel (= 7.2.3.1)
470+
activerecord (= 7.2.3.1)
471+
activestorage (= 7.2.3.1)
472+
activesupport (= 7.2.3.1)
475473
bundler (>= 1.15.0)
476-
railties (= 7.2.3)
474+
railties (= 7.2.3.1)
477475
rails-controller-testing (1.0.5)
478476
actionpack (>= 5.0.1.rc1)
479477
actionview (>= 5.0.1.rc1)
@@ -485,9 +483,9 @@ GEM
485483
rails-html-sanitizer (1.7.0)
486484
loofah (~> 2.25)
487485
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
488-
railties (7.2.3)
489-
actionpack (= 7.2.3)
490-
activesupport (= 7.2.3)
486+
railties (7.2.3.1)
487+
actionpack (= 7.2.3.1)
488+
activesupport (= 7.2.3.1)
491489
cgi
492490
irb (~> 1.13)
493491
rackup (>= 1.0.0)

0 commit comments

Comments
 (0)