Skip to content

Commit 45cc798

Browse files
Bump actionpack from 7.2.1.1 to 7.2.2.1 (#242)
Bumps [actionpack](https://github.com/rails/rails) from 7.2.1.1 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.1.1...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 437daea commit 45cc798

File tree

1 file changed

+52
-50
lines changed

1 file changed

+52
-50
lines changed

Gemfile.lock

+52-50
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionpack (7.2.1.1)
13-
actionview (= 7.2.1.1)
14-
activesupport (= 7.2.1.1)
12+
actionpack (7.2.2.1)
13+
actionview (= 7.2.2.1)
14+
activesupport (= 7.2.2.1)
1515
nokogiri (>= 1.8.5)
1616
racc
1717
rack (>= 2.2.4, < 3.2)
@@ -20,23 +20,24 @@ GEM
2020
rails-dom-testing (~> 2.2)
2121
rails-html-sanitizer (~> 1.6)
2222
useragent (~> 0.16)
23-
actionview (7.2.1.1)
24-
activesupport (= 7.2.1.1)
23+
actionview (7.2.2.1)
24+
activesupport (= 7.2.2.1)
2525
builder (~> 3.1)
2626
erubi (~> 1.11)
2727
rails-dom-testing (~> 2.2)
2828
rails-html-sanitizer (~> 1.6)
29-
activejob (7.2.1.1)
30-
activesupport (= 7.2.1.1)
29+
activejob (7.2.2.1)
30+
activesupport (= 7.2.2.1)
3131
globalid (>= 0.3.6)
32-
activemodel (7.2.1.1)
33-
activesupport (= 7.2.1.1)
34-
activerecord (7.2.1.1)
35-
activemodel (= 7.2.1.1)
36-
activesupport (= 7.2.1.1)
32+
activemodel (7.2.2.1)
33+
activesupport (= 7.2.2.1)
34+
activerecord (7.2.2.1)
35+
activemodel (= 7.2.2.1)
36+
activesupport (= 7.2.2.1)
3737
timeout (>= 0.4.0)
38-
activesupport (7.2.1.1)
38+
activesupport (7.2.2.1)
3939
base64
40+
benchmark (>= 0.3)
4041
bigdecimal
4142
concurrent-ruby (~> 1.0, >= 1.3.1)
4243
connection_pool (>= 2.2.5)
@@ -52,11 +53,13 @@ GEM
5253
thor (>= 0.14.0)
5354
ast (2.4.2)
5455
base64 (0.2.0)
56+
benchmark (0.4.0)
5557
bigdecimal (3.1.8)
5658
builder (3.3.0)
5759
concurrent-ruby (1.3.4)
5860
connection_pool (2.4.1)
5961
crass (1.0.6)
62+
date (3.4.1)
6063
debug (1.9.1)
6164
irb (~> 1.10)
6265
reline (>= 0.3.8)
@@ -66,79 +69,77 @@ GEM
6669
activesupport (>= 6.1)
6770
i18n (1.14.6)
6871
concurrent-ruby (~> 1.0)
69-
io-console (0.7.1)
70-
irb (1.14.0)
72+
io-console (0.8.0)
73+
irb (1.14.1)
7174
rdoc (>= 4.0.0)
7275
reline (>= 0.4.2)
73-
json (2.7.1)
76+
json (2.9.0)
7477
language_server-protocol (3.17.0.3)
75-
logger (1.6.1)
78+
logger (1.6.2)
7679
loofah (2.23.1)
7780
crass (~> 1.0.2)
7881
nokogiri (>= 1.12.0)
79-
minitest (5.25.1)
82+
minitest (5.25.4)
8083
mocha (2.1.0)
8184
ruby2_keywords (>= 0.0.5)
8285
msgpack (1.7.2)
8386
mysql2 (0.5.5)
84-
nokogiri (1.16.8-arm64-darwin)
87+
nokogiri (1.17.1-arm64-darwin)
8588
racc (~> 1.4)
86-
nokogiri (1.16.8-x86_64-darwin)
89+
nokogiri (1.17.1-x86_64-darwin)
8790
racc (~> 1.4)
88-
nokogiri (1.16.8-x86_64-linux)
91+
nokogiri (1.17.1-x86_64-linux)
8992
racc (~> 1.4)
90-
parallel (1.24.0)
91-
parser (3.2.2.4)
93+
parallel (1.26.3)
94+
parser (3.3.6.0)
9295
ast (~> 2.4.1)
9396
racc
9497
pg (1.5.4)
95-
psych (5.1.2)
98+
psych (5.2.1)
99+
date
96100
stringio
97101
racc (1.8.1)
98102
rack (3.1.8)
99103
rack-session (2.0.0)
100104
rack (>= 3.0.0)
101105
rack-test (2.1.0)
102106
rack (>= 1.3)
103-
rackup (2.1.0)
107+
rackup (2.2.1)
104108
rack (>= 3)
105-
webrick (~> 1.8)
106109
rails-dom-testing (2.2.0)
107110
activesupport (>= 5.0.0)
108111
minitest
109112
nokogiri (>= 1.6)
110113
rails-html-sanitizer (1.6.1)
111114
loofah (~> 2.21)
112115
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)
113-
railties (7.2.1.1)
114-
actionpack (= 7.2.1.1)
115-
activesupport (= 7.2.1.1)
116+
railties (7.2.2.1)
117+
actionpack (= 7.2.2.1)
118+
activesupport (= 7.2.2.1)
116119
irb (~> 1.13)
117120
rackup (>= 1.0.0)
118121
rake (>= 12.2)
119122
thor (~> 1.0, >= 1.2.2)
120123
zeitwerk (~> 2.6)
121124
rainbow (3.1.1)
122-
rake (13.1.0)
123-
rdoc (6.6.3.1)
125+
rake (13.2.1)
126+
rdoc (6.8.1)
124127
psych (>= 4.0.0)
125-
regexp_parser (2.8.3)
126-
reline (0.5.9)
128+
regexp_parser (2.9.3)
129+
reline (0.5.12)
127130
io-console (~> 0.5)
128-
rexml (3.3.9)
129-
rubocop (1.59.0)
131+
rubocop (1.69.1)
130132
json (~> 2.3)
131133
language_server-protocol (>= 3.17.0)
132134
parallel (~> 1.10)
133-
parser (>= 3.2.2.4)
135+
parser (>= 3.3.0.2)
134136
rainbow (>= 2.2.2, < 4.0)
135-
regexp_parser (>= 1.8, < 3.0)
136-
rexml (>= 3.2.5, < 4.0)
137-
rubocop-ast (>= 1.30.0, < 2.0)
137+
regexp_parser (>= 2.9.3, < 3.0)
138+
rubocop-ast (>= 1.36.2, < 2.0)
138139
ruby-progressbar (~> 1.7)
139-
unicode-display_width (>= 2.4.0, < 3.0)
140-
rubocop-ast (1.30.0)
141-
parser (>= 3.2.1.0)
140+
unicode-display_width (>= 2.4.0, < 4.0)
141+
rubocop-ast (1.36.2)
142+
parser (>= 3.3.1.0)
142143
rubocop-md (1.2.2)
143144
rubocop (>= 1.0)
144145
rubocop-minitest (0.34.3)
@@ -156,7 +157,7 @@ GEM
156157
rubocop-ast (>= 1.30.0, < 2.0)
157158
ruby-progressbar (1.13.0)
158159
ruby2_keywords (0.0.5)
159-
securerandom (0.3.1)
160+
securerandom (0.4.0)
160161
sprockets (4.2.1)
161162
concurrent-ruby (~> 1.0)
162163
rack (>= 2.2.4, < 4)
@@ -167,15 +168,16 @@ GEM
167168
sqlite3 (1.7.0-arm64-darwin)
168169
sqlite3 (1.7.0-x86_64-darwin)
169170
sqlite3 (1.7.0-x86_64-linux)
170-
stringio (3.1.0)
171-
thor (1.3.0)
172-
timeout (0.4.1)
171+
stringio (3.1.2)
172+
thor (1.3.2)
173+
timeout (0.4.2)
173174
tzinfo (2.0.6)
174175
concurrent-ruby (~> 1.0)
175-
unicode-display_width (2.5.0)
176-
useragent (0.16.10)
177-
webrick (1.8.2)
178-
zeitwerk (2.6.12)
176+
unicode-display_width (3.1.2)
177+
unicode-emoji (~> 4.0, >= 4.0.4)
178+
unicode-emoji (4.0.4)
179+
useragent (0.16.11)
180+
zeitwerk (2.7.1)
179181

180182
PLATFORMS
181183
arm64-darwin-21

0 commit comments

Comments
 (0)