Skip to content

Commit 21b7834

Browse files
Bump actionpack from 7.1.4.1 to 7.1.5.1 (#472)
Bumps [actionpack](https://github.com/rails/rails) from 7.1.4.1 to 7.1.5.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.1.4.1...v7.1.5.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> Co-authored-by: Rosa Gutierrez <[email protected]>
1 parent c737d8e commit 21b7834

File tree

1 file changed

+39
-34
lines changed

1 file changed

+39
-34
lines changed

Gemfile.lock

+39-34
Original file line numberDiff line numberDiff line change
@@ -12,44 +12,48 @@ PATH
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
actionpack (7.1.4.1)
16-
actionview (= 7.1.4.1)
17-
activesupport (= 7.1.4.1)
15+
actionpack (7.1.5.1)
16+
actionview (= 7.1.5.1)
17+
activesupport (= 7.1.5.1)
1818
nokogiri (>= 1.8.5)
1919
racc
2020
rack (>= 2.2.4)
2121
rack-session (>= 1.0.1)
2222
rack-test (>= 0.6.3)
2323
rails-dom-testing (~> 2.2)
2424
rails-html-sanitizer (~> 1.6)
25-
actionview (7.1.4.1)
26-
activesupport (= 7.1.4.1)
25+
actionview (7.1.5.1)
26+
activesupport (= 7.1.5.1)
2727
builder (~> 3.1)
2828
erubi (~> 1.11)
2929
rails-dom-testing (~> 2.2)
3030
rails-html-sanitizer (~> 1.6)
31-
activejob (7.1.4.1)
32-
activesupport (= 7.1.4.1)
31+
activejob (7.1.5.1)
32+
activesupport (= 7.1.5.1)
3333
globalid (>= 0.3.6)
34-
activemodel (7.1.4.1)
35-
activesupport (= 7.1.4.1)
36-
activerecord (7.1.4.1)
37-
activemodel (= 7.1.4.1)
38-
activesupport (= 7.1.4.1)
34+
activemodel (7.1.5.1)
35+
activesupport (= 7.1.5.1)
36+
activerecord (7.1.5.1)
37+
activemodel (= 7.1.5.1)
38+
activesupport (= 7.1.5.1)
3939
timeout (>= 0.4.0)
40-
activesupport (7.1.4.1)
40+
activesupport (7.1.5.1)
4141
base64
42+
benchmark (>= 0.3)
4243
bigdecimal
4344
concurrent-ruby (~> 1.0, >= 1.0.2)
4445
connection_pool (>= 2.2.5)
4546
drb
4647
i18n (>= 1.6, < 2)
48+
logger (>= 1.4.2)
4749
minitest (>= 5.1)
4850
mutex_m
51+
securerandom (>= 0.3)
4952
tzinfo (~> 2.0)
5053
ast (2.4.2)
5154
base64 (0.2.0)
52-
bigdecimal (3.1.8)
55+
benchmark (0.4.0)
56+
bigdecimal (3.1.9)
5357
builder (3.3.0)
5458
concurrent-ruby (1.3.4)
5559
connection_pool (2.4.1)
@@ -59,7 +63,7 @@ GEM
5963
irb (~> 1.10)
6064
reline (>= 0.3.8)
6165
drb (2.2.1)
62-
erubi (1.13.0)
66+
erubi (1.13.1)
6367
et-orbi (1.2.11)
6468
tzinfo
6569
fugit (1.11.1)
@@ -69,18 +73,18 @@ GEM
6973
activesupport (>= 6.1)
7074
i18n (1.14.6)
7175
concurrent-ruby (~> 1.0)
72-
io-console (0.7.2)
73-
irb (1.14.1)
76+
io-console (0.8.0)
77+
irb (1.14.3)
7478
rdoc (>= 4.0.0)
7579
reline (>= 0.4.2)
76-
json (2.8.2)
80+
json (2.9.1)
7781
language_server-protocol (3.17.0.3)
7882
logger (1.6.2)
7983
loofah (2.23.1)
8084
crass (~> 1.0.2)
8185
nokogiri (>= 1.12.0)
8286
mini_portile2 (2.8.8)
83-
minitest (5.25.2)
87+
minitest (5.25.4)
8488
mocha (2.1.0)
8589
ruby2_keywords (>= 0.0.5)
8690
mutex_m (0.3.0)
@@ -97,7 +101,7 @@ GEM
97101
ast (~> 2.4.1)
98102
racc
99103
pg (1.5.4)
100-
psych (5.2.1)
104+
psych (5.2.2)
101105
date
102106
stringio
103107
puma (6.4.3)
@@ -107,20 +111,20 @@ GEM
107111
rack (3.1.8)
108112
rack-session (2.0.0)
109113
rack (>= 3.0.0)
110-
rack-test (2.1.0)
114+
rack-test (2.2.0)
111115
rack (>= 1.3)
112116
rackup (2.2.1)
113117
rack (>= 3)
114118
rails-dom-testing (2.2.0)
115119
activesupport (>= 5.0.0)
116120
minitest
117121
nokogiri (>= 1.6)
118-
rails-html-sanitizer (1.6.1)
122+
rails-html-sanitizer (1.6.2)
119123
loofah (~> 2.21)
120124
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)
121-
railties (7.1.4.1)
122-
actionpack (= 7.1.4.1)
123-
activesupport (= 7.1.4.1)
125+
railties (7.1.5.1)
126+
actionpack (= 7.1.5.1)
127+
activesupport (= 7.1.5.1)
124128
irb
125129
rackup (>= 1.0.0)
126130
rake (>= 12.2)
@@ -130,28 +134,28 @@ GEM
130134
rake (13.2.1)
131135
rdoc (6.8.1)
132136
psych (>= 4.0.0)
133-
regexp_parser (2.9.2)
134-
reline (0.5.12)
137+
regexp_parser (2.10.0)
138+
reline (0.6.0)
135139
io-console (~> 0.5)
136-
rubocop (1.69.0)
140+
rubocop (1.69.2)
137141
json (~> 2.3)
138142
language_server-protocol (>= 3.17.0)
139143
parallel (~> 1.10)
140144
parser (>= 3.3.0.2)
141145
rainbow (>= 2.2.2, < 4.0)
142-
regexp_parser (>= 2.4, < 3.0)
143-
rubocop-ast (>= 1.36.1, < 2.0)
146+
regexp_parser (>= 2.9.3, < 3.0)
147+
rubocop-ast (>= 1.36.2, < 2.0)
144148
ruby-progressbar (~> 1.7)
145149
unicode-display_width (>= 2.4.0, < 4.0)
146-
rubocop-ast (1.36.2)
150+
rubocop-ast (1.37.0)
147151
parser (>= 3.3.1.0)
148152
rubocop-minitest (0.36.0)
149153
rubocop (>= 1.61, < 2.0)
150154
rubocop-ast (>= 1.31.1, < 2.0)
151155
rubocop-performance (1.23.0)
152156
rubocop (>= 1.48.1, < 2.0)
153157
rubocop-ast (>= 1.31.1, < 2.0)
154-
rubocop-rails (2.27.0)
158+
rubocop-rails (2.28.0)
155159
activesupport (>= 4.2.0)
156160
rack (>= 1.1)
157161
rubocop (>= 1.52.0, < 2.0)
@@ -163,14 +167,15 @@ GEM
163167
rubocop-rails
164168
ruby-progressbar (1.13.0)
165169
ruby2_keywords (0.0.5)
170+
securerandom (0.4.1)
166171
sqlite3 (1.5.4)
167172
mini_portile2 (~> 2.8.0)
168173
stringio (3.1.2)
169174
thor (1.3.2)
170-
timeout (0.4.2)
175+
timeout (0.4.3)
171176
tzinfo (2.0.6)
172177
concurrent-ruby (~> 1.0)
173-
unicode-display_width (3.1.2)
178+
unicode-display_width (3.1.3)
174179
unicode-emoji (~> 4.0, >= 4.0.4)
175180
unicode-emoji (4.0.4)
176181
zeitwerk (2.7.1)

0 commit comments

Comments
 (0)