Skip to content

Commit 2304bdc

Browse files
Bump actionpack from 7.2.2 to 7.2.2.1 in /v2.4-rails (#527)
Bumps [actionpack](https://github.com/rails/rails) from 7.2.2 to 7.2.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.2.2...v7.2.2.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f6dce8 commit 2304bdc

File tree

1 file changed

+65
-65
lines changed

1 file changed

+65
-65
lines changed

v2.4-rails/Gemfile.lock

Lines changed: 65 additions & 65 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.2)
5-
actionpack (= 7.2.2)
6-
activesupport (= 7.2.2)
4+
actioncable (7.2.2.1)
5+
actionpack (= 7.2.2.1)
6+
activesupport (= 7.2.2.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2)
11-
actionpack (= 7.2.2)
12-
activejob (= 7.2.2)
13-
activerecord (= 7.2.2)
14-
activestorage (= 7.2.2)
15-
activesupport (= 7.2.2)
10+
actionmailbox (7.2.2.1)
11+
actionpack (= 7.2.2.1)
12+
activejob (= 7.2.2.1)
13+
activerecord (= 7.2.2.1)
14+
activestorage (= 7.2.2.1)
15+
activesupport (= 7.2.2.1)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2)
18-
actionpack (= 7.2.2)
19-
actionview (= 7.2.2)
20-
activejob (= 7.2.2)
21-
activesupport (= 7.2.2)
17+
actionmailer (7.2.2.1)
18+
actionpack (= 7.2.2.1)
19+
actionview (= 7.2.2.1)
20+
activejob (= 7.2.2.1)
21+
activesupport (= 7.2.2.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2)
25-
actionview (= 7.2.2)
26-
activesupport (= 7.2.2)
24+
actionpack (7.2.2.1)
25+
actionview (= 7.2.2.1)
26+
activesupport (= 7.2.2.1)
2727
nokogiri (>= 1.8.5)
2828
racc
2929
rack (>= 2.2.4, < 3.2)
@@ -32,35 +32,35 @@ GEM
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
3434
useragent (~> 0.16)
35-
actiontext (7.2.2)
36-
actionpack (= 7.2.2)
37-
activerecord (= 7.2.2)
38-
activestorage (= 7.2.2)
39-
activesupport (= 7.2.2)
35+
actiontext (7.2.2.1)
36+
actionpack (= 7.2.2.1)
37+
activerecord (= 7.2.2.1)
38+
activestorage (= 7.2.2.1)
39+
activesupport (= 7.2.2.1)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (7.2.2)
43-
activesupport (= 7.2.2)
42+
actionview (7.2.2.1)
43+
activesupport (= 7.2.2.1)
4444
builder (~> 3.1)
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.2)
49-
activesupport (= 7.2.2)
48+
activejob (7.2.2.1)
49+
activesupport (= 7.2.2.1)
5050
globalid (>= 0.3.6)
51-
activemodel (7.2.2)
52-
activesupport (= 7.2.2)
53-
activerecord (7.2.2)
54-
activemodel (= 7.2.2)
55-
activesupport (= 7.2.2)
51+
activemodel (7.2.2.1)
52+
activesupport (= 7.2.2.1)
53+
activerecord (7.2.2.1)
54+
activemodel (= 7.2.2.1)
55+
activesupport (= 7.2.2.1)
5656
timeout (>= 0.4.0)
57-
activestorage (7.2.2)
58-
actionpack (= 7.2.2)
59-
activejob (= 7.2.2)
60-
activerecord (= 7.2.2)
61-
activesupport (= 7.2.2)
57+
activestorage (7.2.2.1)
58+
actionpack (= 7.2.2.1)
59+
activejob (= 7.2.2.1)
60+
activerecord (= 7.2.2.1)
61+
activesupport (= 7.2.2.1)
6262
marcel (~> 1.0)
63-
activesupport (7.2.2)
63+
activesupport (7.2.2.1)
6464
base64
6565
benchmark (>= 0.3)
6666
bigdecimal
@@ -73,7 +73,7 @@ GEM
7373
securerandom (>= 0.3)
7474
tzinfo (~> 2.0, >= 2.0.5)
7575
base64 (0.2.0)
76-
benchmark (0.3.0)
76+
benchmark (0.4.0)
7777
bigdecimal (3.1.8)
7878
builder (3.3.0)
7979
concurrent-ruby (1.3.4)
@@ -119,7 +119,7 @@ GEM
119119
karafka-core (>= 2.4.0, < 2.5.0)
120120
roda (~> 3.68, >= 3.69)
121121
tilt (~> 2.0)
122-
logger (1.6.1)
122+
logger (1.6.2)
123123
loofah (2.23.1)
124124
crass (~> 1.0.2)
125125
nokogiri (>= 1.12.0)
@@ -131,7 +131,7 @@ GEM
131131
marcel (1.0.4)
132132
mini_mime (1.1.5)
133133
mini_portile2 (2.8.8)
134-
minitest (5.25.1)
134+
minitest (5.25.4)
135135
net-imap (0.4.17)
136136
date
137137
net-protocol
@@ -142,20 +142,20 @@ GEM
142142
net-smtp (0.5.0)
143143
net-protocol
144144
nio4r (2.7.4)
145-
nokogiri (1.16.8)
145+
nokogiri (1.17.1)
146146
mini_portile2 (~> 2.8.2)
147147
racc (~> 1.4)
148-
nokogiri (1.16.8-aarch64-linux)
148+
nokogiri (1.17.1-aarch64-linux)
149149
racc (~> 1.4)
150-
nokogiri (1.16.8-arm-linux)
150+
nokogiri (1.17.1-arm-linux)
151151
racc (~> 1.4)
152-
nokogiri (1.16.8-arm64-darwin)
152+
nokogiri (1.17.1-arm64-darwin)
153153
racc (~> 1.4)
154-
nokogiri (1.16.8-x86-linux)
154+
nokogiri (1.17.1-x86-linux)
155155
racc (~> 1.4)
156-
nokogiri (1.16.8-x86_64-darwin)
156+
nokogiri (1.17.1-x86_64-darwin)
157157
racc (~> 1.4)
158-
nokogiri (1.16.8-x86_64-linux)
158+
nokogiri (1.17.1-x86_64-linux)
159159
racc (~> 1.4)
160160
psych (5.1.2)
161161
stringio
@@ -170,30 +170,30 @@ GEM
170170
rackup (2.1.0)
171171
rack (>= 3)
172172
webrick (~> 1.8)
173-
rails (7.2.2)
174-
actioncable (= 7.2.2)
175-
actionmailbox (= 7.2.2)
176-
actionmailer (= 7.2.2)
177-
actionpack (= 7.2.2)
178-
actiontext (= 7.2.2)
179-
actionview (= 7.2.2)
180-
activejob (= 7.2.2)
181-
activemodel (= 7.2.2)
182-
activerecord (= 7.2.2)
183-
activestorage (= 7.2.2)
184-
activesupport (= 7.2.2)
173+
rails (7.2.2.1)
174+
actioncable (= 7.2.2.1)
175+
actionmailbox (= 7.2.2.1)
176+
actionmailer (= 7.2.2.1)
177+
actionpack (= 7.2.2.1)
178+
actiontext (= 7.2.2.1)
179+
actionview (= 7.2.2.1)
180+
activejob (= 7.2.2.1)
181+
activemodel (= 7.2.2.1)
182+
activerecord (= 7.2.2.1)
183+
activestorage (= 7.2.2.1)
184+
activesupport (= 7.2.2.1)
185185
bundler (>= 1.15.0)
186-
railties (= 7.2.2)
186+
railties (= 7.2.2.1)
187187
rails-dom-testing (2.2.0)
188188
activesupport (>= 5.0.0)
189189
minitest
190190
nokogiri (>= 1.6)
191191
rails-html-sanitizer (1.6.1)
192192
loofah (~> 2.21)
193193
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)
194-
railties (7.2.2)
195-
actionpack (= 7.2.2)
196-
activesupport (= 7.2.2)
194+
railties (7.2.2.1)
195+
actionpack (= 7.2.2.1)
196+
activesupport (= 7.2.2.1)
197197
irb (~> 1.13)
198198
rackup (>= 1.0.0)
199199
rake (>= 12.2)
@@ -219,7 +219,7 @@ GEM
219219
diff-lcs (>= 1.2.0, < 2.0)
220220
rspec-support (~> 3.13.0)
221221
rspec-support (3.13.1)
222-
securerandom (0.3.1)
222+
securerandom (0.4.0)
223223
sqlite3 (2.4.1)
224224
mini_portile2 (~> 2.8.0)
225225
sqlite3 (2.4.1-aarch64-linux-gnu)
@@ -234,7 +234,7 @@ GEM
234234
timeout (0.4.1)
235235
tzinfo (2.0.6)
236236
concurrent-ruby (~> 1.0)
237-
useragent (0.16.10)
237+
useragent (0.16.11)
238238
waterdrop (2.7.4)
239239
karafka-core (>= 2.4.3, < 3.0.0)
240240
karafka-rdkafka (>= 0.15.1)

0 commit comments

Comments
 (0)