Skip to content

Commit 2fc3804

Browse files
Bump actionpack from 7.2.1 to 7.2.2.1
Bumps [actionpack](https://github.com/rails/rails) from 7.2.1 to 7.2.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.2.1...v7.2.2.1) --- updated-dependencies: - dependency-name: actionpack dependency-version: 7.2.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49efaf3 commit 2fc3804

File tree

1 file changed

+73
-71
lines changed

1 file changed

+73
-71
lines changed

Gemfile.lock

Lines changed: 73 additions & 71 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.1)
5-
actionpack (= 7.2.1)
6-
activesupport (= 7.2.1)
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.1)
11-
actionpack (= 7.2.1)
12-
activejob (= 7.2.1)
13-
activerecord (= 7.2.1)
14-
activestorage (= 7.2.1)
15-
activesupport (= 7.2.1)
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.1)
18-
actionpack (= 7.2.1)
19-
actionview (= 7.2.1)
20-
activejob (= 7.2.1)
21-
activesupport (= 7.2.1)
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.1)
25-
actionview (= 7.2.1)
26-
activesupport (= 7.2.1)
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)
@@ -34,36 +34,37 @@ GEM
3434
useragent (~> 0.16)
3535
actionpack-page_caching (1.2.4)
3636
actionpack (>= 4.0.0)
37-
actiontext (7.2.1)
38-
actionpack (= 7.2.1)
39-
activerecord (= 7.2.1)
40-
activestorage (= 7.2.1)
41-
activesupport (= 7.2.1)
37+
actiontext (7.2.2.1)
38+
actionpack (= 7.2.2.1)
39+
activerecord (= 7.2.2.1)
40+
activestorage (= 7.2.2.1)
41+
activesupport (= 7.2.2.1)
4242
globalid (>= 0.6.0)
4343
nokogiri (>= 1.8.5)
44-
actionview (7.2.1)
45-
activesupport (= 7.2.1)
44+
actionview (7.2.2.1)
45+
activesupport (= 7.2.2.1)
4646
builder (~> 3.1)
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
50-
activejob (7.2.1)
51-
activesupport (= 7.2.1)
50+
activejob (7.2.2.1)
51+
activesupport (= 7.2.2.1)
5252
globalid (>= 0.3.6)
53-
activemodel (7.2.1)
54-
activesupport (= 7.2.1)
55-
activerecord (7.2.1)
56-
activemodel (= 7.2.1)
57-
activesupport (= 7.2.1)
53+
activemodel (7.2.2.1)
54+
activesupport (= 7.2.2.1)
55+
activerecord (7.2.2.1)
56+
activemodel (= 7.2.2.1)
57+
activesupport (= 7.2.2.1)
5858
timeout (>= 0.4.0)
59-
activestorage (7.2.1)
60-
actionpack (= 7.2.1)
61-
activejob (= 7.2.1)
62-
activerecord (= 7.2.1)
63-
activesupport (= 7.2.1)
59+
activestorage (7.2.2.1)
60+
actionpack (= 7.2.2.1)
61+
activejob (= 7.2.2.1)
62+
activerecord (= 7.2.2.1)
63+
activesupport (= 7.2.2.1)
6464
marcel (~> 1.0)
65-
activesupport (7.2.1)
65+
activesupport (7.2.2.1)
6666
base64
67+
benchmark (>= 0.3)
6768
bigdecimal
6869
concurrent-ruby (~> 1.0, >= 1.3.1)
6970
connection_pool (>= 2.2.5)
@@ -75,9 +76,10 @@ GEM
7576
tzinfo (~> 2.0, >= 2.0.5)
7677
airbrussh (1.5.2)
7778
sshkit (>= 1.6.1, != 1.7.0)
78-
base64 (0.2.0)
79+
base64 (0.3.0)
7980
bcrypt_pbkdf (1.1.1)
80-
bigdecimal (3.1.8)
81+
benchmark (0.4.1)
82+
bigdecimal (3.2.3)
8183
bindex (0.8.1)
8284
builder (3.3.0)
8385
capistrano (3.19.1)
@@ -104,25 +106,25 @@ GEM
104106
coffee-script-source
105107
execjs
106108
coffee-script-source (1.12.2)
107-
concurrent-ruby (1.3.4)
108-
connection_pool (2.4.1)
109+
concurrent-ruby (1.3.5)
110+
connection_pool (2.5.4)
109111
crass (1.0.6)
110112
date (3.3.4)
111-
drb (2.2.1)
113+
drb (2.2.3)
112114
ed25519 (1.3.0)
113-
erubi (1.13.0)
115+
erubi (1.13.1)
114116
execjs (2.7.0)
115117
ffi (1.15.5)
116118
globalid (1.2.1)
117119
activesupport (>= 6.1)
118-
i18n (1.14.5)
120+
i18n (1.14.7)
119121
concurrent-ruby (~> 1.0)
120122
io-console (0.7.2)
121123
irb (1.14.0)
122124
rdoc (>= 4.0.0)
123125
reline (>= 0.4.2)
124-
logger (1.6.0)
125-
loofah (2.22.0)
126+
logger (1.7.0)
127+
loofah (2.24.1)
126128
crass (~> 1.0.2)
127129
nokogiri (>= 1.12.0)
128130
mail (2.8.1)
@@ -132,8 +134,8 @@ GEM
132134
net-smtp
133135
marcel (1.0.4)
134136
mini_mime (1.1.5)
135-
mini_portile2 (2.8.7)
136-
minitest (5.25.1)
137+
mini_portile2 (2.8.9)
138+
minitest (5.25.5)
137139
net-imap (0.4.14)
138140
date
139141
net-protocol
@@ -149,7 +151,7 @@ GEM
149151
net-protocol
150152
net-ssh (7.2.3)
151153
nio4r (2.7.4)
152-
nokogiri (1.16.7)
154+
nokogiri (1.18.9)
153155
mini_portile2 (~> 2.8.2)
154156
racc (~> 1.4)
155157
pg (1.5.7)
@@ -161,39 +163,39 @@ GEM
161163
rack (2.2.17)
162164
rack-session (1.0.2)
163165
rack (< 3)
164-
rack-test (2.1.0)
166+
rack-test (2.2.0)
165167
rack (>= 1.3)
166168
rackup (1.0.0)
167169
rack (< 3)
168170
webrick
169-
rails (7.2.1)
170-
actioncable (= 7.2.1)
171-
actionmailbox (= 7.2.1)
172-
actionmailer (= 7.2.1)
173-
actionpack (= 7.2.1)
174-
actiontext (= 7.2.1)
175-
actionview (= 7.2.1)
176-
activejob (= 7.2.1)
177-
activemodel (= 7.2.1)
178-
activerecord (= 7.2.1)
179-
activestorage (= 7.2.1)
180-
activesupport (= 7.2.1)
171+
rails (7.2.2.1)
172+
actioncable (= 7.2.2.1)
173+
actionmailbox (= 7.2.2.1)
174+
actionmailer (= 7.2.2.1)
175+
actionpack (= 7.2.2.1)
176+
actiontext (= 7.2.2.1)
177+
actionview (= 7.2.2.1)
178+
activejob (= 7.2.2.1)
179+
activemodel (= 7.2.2.1)
180+
activerecord (= 7.2.2.1)
181+
activestorage (= 7.2.2.1)
182+
activesupport (= 7.2.2.1)
181183
bundler (>= 1.15.0)
182-
railties (= 7.2.1)
184+
railties (= 7.2.2.1)
183185
rails-controller-testing (1.0.5)
184186
actionpack (>= 5.0.1.rc1)
185187
actionview (>= 5.0.1.rc1)
186188
activesupport (>= 5.0.1.rc1)
187-
rails-dom-testing (2.2.0)
189+
rails-dom-testing (2.3.0)
188190
activesupport (>= 5.0.0)
189191
minitest
190192
nokogiri (>= 1.6)
191-
rails-html-sanitizer (1.6.0)
193+
rails-html-sanitizer (1.6.2)
192194
loofah (~> 2.21)
193-
nokogiri (~> 1.14)
194-
railties (7.2.1)
195-
actionpack (= 7.2.1)
196-
activesupport (= 7.2.1)
195+
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)
196+
railties (7.2.2.1)
197+
actionpack (= 7.2.2.1)
198+
activesupport (= 7.2.2.1)
197199
irb (~> 1.13)
198200
rackup (>= 1.0.0)
199201
rake (>= 12.2)
@@ -219,7 +221,7 @@ GEM
219221
sprockets (> 3.0)
220222
sprockets-rails
221223
tilt
222-
securerandom (0.3.1)
224+
securerandom (0.4.1)
223225
sprockets (4.2.1)
224226
concurrent-ruby (~> 1.0)
225227
rack (>= 2.2.4, < 4)
@@ -244,7 +246,7 @@ GEM
244246
uglifier (4.2.0)
245247
execjs (>= 0.3.0, < 3)
246248
unf (0.2.0)
247-
useragent (0.16.10)
249+
useragent (0.16.11)
248250
web-console (4.2.1)
249251
actionview (>= 6.0.0)
250252
activemodel (>= 6.0.0)

0 commit comments

Comments
 (0)