Skip to content

Commit 6a4609a

Browse files
Bump actionpack from 8.1.2 to 8.1.2.1
Bumps [actionpack](https://github.com/rails/rails) from 8.1.2 to 8.1.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v8.1.2...v8.1.2.1) --- updated-dependencies: - dependency-name: actionpack dependency-version: 8.1.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent becb899 commit 6a4609a

File tree

1 file changed

+69
-67
lines changed

1 file changed

+69
-67
lines changed

Gemfile.lock

Lines changed: 69 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -34,69 +34,69 @@ GEM
3434
specs:
3535
action_text-trix (2.1.17)
3636
railties
37-
actioncable (8.1.2)
38-
actionpack (= 8.1.2)
39-
activesupport (= 8.1.2)
37+
actioncable (8.1.2.1)
38+
actionpack (= 8.1.2.1)
39+
activesupport (= 8.1.2.1)
4040
nio4r (~> 2.0)
4141
websocket-driver (>= 0.6.1)
4242
zeitwerk (~> 2.6)
43-
actionmailbox (8.1.2)
44-
actionpack (= 8.1.2)
45-
activejob (= 8.1.2)
46-
activerecord (= 8.1.2)
47-
activestorage (= 8.1.2)
48-
activesupport (= 8.1.2)
43+
actionmailbox (8.1.2.1)
44+
actionpack (= 8.1.2.1)
45+
activejob (= 8.1.2.1)
46+
activerecord (= 8.1.2.1)
47+
activestorage (= 8.1.2.1)
48+
activesupport (= 8.1.2.1)
4949
mail (>= 2.8.0)
50-
actionmailer (8.1.2)
51-
actionpack (= 8.1.2)
52-
actionview (= 8.1.2)
53-
activejob (= 8.1.2)
54-
activesupport (= 8.1.2)
50+
actionmailer (8.1.2.1)
51+
actionpack (= 8.1.2.1)
52+
actionview (= 8.1.2.1)
53+
activejob (= 8.1.2.1)
54+
activesupport (= 8.1.2.1)
5555
mail (>= 2.8.0)
5656
rails-dom-testing (~> 2.2)
57-
actionpack (8.1.2)
58-
actionview (= 8.1.2)
59-
activesupport (= 8.1.2)
57+
actionpack (8.1.2.1)
58+
actionview (= 8.1.2.1)
59+
activesupport (= 8.1.2.1)
6060
nokogiri (>= 1.8.5)
6161
rack (>= 2.2.4)
6262
rack-session (>= 1.0.1)
6363
rack-test (>= 0.6.3)
6464
rails-dom-testing (~> 2.2)
6565
rails-html-sanitizer (~> 1.6)
6666
useragent (~> 0.16)
67-
actiontext (8.1.2)
67+
actiontext (8.1.2.1)
6868
action_text-trix (~> 2.1.15)
69-
actionpack (= 8.1.2)
70-
activerecord (= 8.1.2)
71-
activestorage (= 8.1.2)
72-
activesupport (= 8.1.2)
69+
actionpack (= 8.1.2.1)
70+
activerecord (= 8.1.2.1)
71+
activestorage (= 8.1.2.1)
72+
activesupport (= 8.1.2.1)
7373
globalid (>= 0.6.0)
7474
nokogiri (>= 1.8.5)
75-
actionview (8.1.2)
76-
activesupport (= 8.1.2)
75+
actionview (8.1.2.1)
76+
activesupport (= 8.1.2.1)
7777
builder (~> 3.1)
7878
erubi (~> 1.11)
7979
rails-dom-testing (~> 2.2)
8080
rails-html-sanitizer (~> 1.6)
8181
active_model_serializers (0.9.13)
8282
activemodel (>= 3.2)
8383
concurrent-ruby (~> 1.0)
84-
activejob (8.1.2)
85-
activesupport (= 8.1.2)
84+
activejob (8.1.2.1)
85+
activesupport (= 8.1.2.1)
8686
globalid (>= 0.3.6)
87-
activemodel (8.1.2)
88-
activesupport (= 8.1.2)
89-
activerecord (8.1.2)
90-
activemodel (= 8.1.2)
91-
activesupport (= 8.1.2)
87+
activemodel (8.1.2.1)
88+
activesupport (= 8.1.2.1)
89+
activerecord (8.1.2.1)
90+
activemodel (= 8.1.2.1)
91+
activesupport (= 8.1.2.1)
9292
timeout (>= 0.4.0)
93-
activestorage (8.1.2)
94-
actionpack (= 8.1.2)
95-
activejob (= 8.1.2)
96-
activerecord (= 8.1.2)
97-
activesupport (= 8.1.2)
93+
activestorage (8.1.2.1)
94+
actionpack (= 8.1.2.1)
95+
activejob (= 8.1.2.1)
96+
activerecord (= 8.1.2.1)
97+
activesupport (= 8.1.2.1)
9898
marcel (~> 1.0)
99-
activesupport (8.1.2)
99+
activesupport (8.1.2.1)
100100
base64
101101
bigdecimal
102102
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -120,7 +120,7 @@ GEM
120120
ice_nine (~> 0.11.0)
121121
thread_safe (~> 0.3, >= 0.3.1)
122122
base64 (0.3.0)
123-
bigdecimal (3.2.2)
123+
bigdecimal (4.0.1)
124124
builder (3.3.0)
125125
byebug (11.1.3)
126126
coderay (1.1.3)
@@ -133,8 +133,8 @@ GEM
133133
coffee-script-source
134134
execjs
135135
coffee-script-source (1.12.2)
136-
concurrent-ruby (1.3.5)
137-
connection_pool (2.5.3)
136+
concurrent-ruby (1.3.6)
137+
connection_pool (3.0.2)
138138
crack (1.0.0)
139139
bigdecimal
140140
rexml
@@ -188,7 +188,7 @@ GEM
188188
activesupport (>= 6.1)
189189
hashdiff (1.2.0)
190190
hashie (5.0.0)
191-
i18n (1.14.7)
191+
i18n (1.14.8)
192192
concurrent-ruby (~> 1.0)
193193
ice_nine (0.11.2)
194194
io-console (0.7.2)
@@ -199,12 +199,12 @@ GEM
199199
rails-dom-testing (>= 1, < 3)
200200
railties (>= 4.2.0)
201201
thor (>= 0.14, < 2.0)
202-
json (2.10.2)
202+
json (2.19.2)
203203
jwt (2.7.1)
204204
lodash-rails (4.17.21)
205205
railties (>= 3.1)
206206
logger (1.7.0)
207-
loofah (2.24.1)
207+
loofah (2.25.1)
208208
crass (~> 1.0.2)
209209
nokogiri (>= 1.12.0)
210210
mail (2.8.1)
@@ -215,7 +215,9 @@ GEM
215215
marcel (1.0.4)
216216
method_source (1.0.0)
217217
mini_mime (1.1.5)
218-
minitest (5.25.5)
218+
minitest (6.0.2)
219+
drb (~> 2.0)
220+
prism (~> 1.5)
219221
mocha (2.4.5)
220222
ruby2_keywords (>= 0.0.5)
221223
msgpack (1.7.1)
@@ -232,9 +234,9 @@ GEM
232234
net-smtp (0.5.0)
233235
net-protocol
234236
nio4r (2.7.3)
235-
nokogiri (1.18.9-arm64-darwin)
237+
nokogiri (1.19.2-arm64-darwin)
236238
racc (~> 1.4)
237-
nokogiri (1.18.9-x86_64-linux-gnu)
239+
nokogiri (1.19.2-x86_64-linux-gnu)
238240
racc (~> 1.4)
239241
oauth2 (2.0.9)
240242
faraday (>= 0.17.3, < 3.0)
@@ -263,7 +265,7 @@ GEM
263265
ast (~> 2.4.1)
264266
racc
265267
pg (1.3.3)
266-
prism (1.4.0)
268+
prism (1.9.0)
267269
pry (0.14.1)
268270
coderay (~> 1.1)
269271
method_source (~> 1.0)
@@ -275,34 +277,34 @@ GEM
275277
rack
276278
redis (~> 4.0)
277279
racc (1.8.1)
278-
rack (2.2.17)
280+
rack (2.2.22)
279281
rack-session (1.0.2)
280282
rack (< 3)
281283
rack-test (2.2.0)
282284
rack (>= 1.3)
283285
rackup (1.0.0)
284286
rack (< 3)
285287
webrick
286-
rails (8.1.2)
287-
actioncable (= 8.1.2)
288-
actionmailbox (= 8.1.2)
289-
actionmailer (= 8.1.2)
290-
actionpack (= 8.1.2)
291-
actiontext (= 8.1.2)
292-
actionview (= 8.1.2)
293-
activejob (= 8.1.2)
294-
activemodel (= 8.1.2)
295-
activerecord (= 8.1.2)
296-
activestorage (= 8.1.2)
297-
activesupport (= 8.1.2)
288+
rails (8.1.2.1)
289+
actioncable (= 8.1.2.1)
290+
actionmailbox (= 8.1.2.1)
291+
actionmailer (= 8.1.2.1)
292+
actionpack (= 8.1.2.1)
293+
actiontext (= 8.1.2.1)
294+
actionview (= 8.1.2.1)
295+
activejob (= 8.1.2.1)
296+
activemodel (= 8.1.2.1)
297+
activerecord (= 8.1.2.1)
298+
activestorage (= 8.1.2.1)
299+
activesupport (= 8.1.2.1)
298300
bundler (>= 1.15.0)
299-
railties (= 8.1.2)
301+
railties (= 8.1.2.1)
300302
rails-dom-testing (2.3.0)
301303
activesupport (>= 5.0.0)
302304
minitest
303305
nokogiri (>= 1.6)
304-
rails-html-sanitizer (1.6.2)
305-
loofah (~> 2.21)
306+
rails-html-sanitizer (1.7.0)
307+
loofah (~> 2.25)
306308
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)
307309
rails-timeago (2.13.0)
308310
actionpack (>= 3.1)
@@ -311,9 +313,9 @@ GEM
311313
actionview (> 3.1)
312314
activesupport (> 3.1)
313315
railties (> 3.1)
314-
railties (8.1.2)
315-
actionpack (= 8.1.2)
316-
activesupport (= 8.1.2)
316+
railties (8.1.2.1)
317+
actionpack (= 8.1.2.1)
318+
activesupport (= 8.1.2.1)
317319
irb (~> 1.13)
318320
rackup (>= 1.0.0)
319321
rake (>= 12.2)
@@ -390,7 +392,7 @@ GEM
390392
tzinfo (2.0.6)
391393
concurrent-ruby (~> 1.0)
392394
unicode-display_width (2.6.0)
393-
uri (1.0.3)
395+
uri (1.1.1)
394396
useragent (0.16.11)
395397
validate_url (1.0.15)
396398
activemodel (>= 3.0.0)

0 commit comments

Comments
 (0)