Skip to content

Commit b6ca1bd

Browse files
Bump actionpack from 7.1.4.1 to 7.1.5.1 (#729)
Bumps [actionpack](https://github.com/rails/rails) from 7.1.4.1 to 7.1.5.1. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 004e6fa commit b6ca1bd

File tree

1 file changed

+62
-56
lines changed

1 file changed

+62
-56
lines changed

Gemfile.lock

+62-56
Original file line numberDiff line numberDiff line change
@@ -16,82 +16,86 @@ PATH
1616
GEM
1717
remote: https://rubygems.org/
1818
specs:
19-
actioncable (7.1.4.1)
20-
actionpack (= 7.1.4.1)
21-
activesupport (= 7.1.4.1)
19+
actioncable (7.1.5.1)
20+
actionpack (= 7.1.5.1)
21+
activesupport (= 7.1.5.1)
2222
nio4r (~> 2.0)
2323
websocket-driver (>= 0.6.1)
2424
zeitwerk (~> 2.6)
25-
actionmailbox (7.1.4.1)
26-
actionpack (= 7.1.4.1)
27-
activejob (= 7.1.4.1)
28-
activerecord (= 7.1.4.1)
29-
activestorage (= 7.1.4.1)
30-
activesupport (= 7.1.4.1)
25+
actionmailbox (7.1.5.1)
26+
actionpack (= 7.1.5.1)
27+
activejob (= 7.1.5.1)
28+
activerecord (= 7.1.5.1)
29+
activestorage (= 7.1.5.1)
30+
activesupport (= 7.1.5.1)
3131
mail (>= 2.7.1)
3232
net-imap
3333
net-pop
3434
net-smtp
35-
actionmailer (7.1.4.1)
36-
actionpack (= 7.1.4.1)
37-
actionview (= 7.1.4.1)
38-
activejob (= 7.1.4.1)
39-
activesupport (= 7.1.4.1)
35+
actionmailer (7.1.5.1)
36+
actionpack (= 7.1.5.1)
37+
actionview (= 7.1.5.1)
38+
activejob (= 7.1.5.1)
39+
activesupport (= 7.1.5.1)
4040
mail (~> 2.5, >= 2.5.4)
4141
net-imap
4242
net-pop
4343
net-smtp
4444
rails-dom-testing (~> 2.2)
45-
actionpack (7.1.4.1)
46-
actionview (= 7.1.4.1)
47-
activesupport (= 7.1.4.1)
45+
actionpack (7.1.5.1)
46+
actionview (= 7.1.5.1)
47+
activesupport (= 7.1.5.1)
4848
nokogiri (>= 1.8.5)
4949
racc
5050
rack (>= 2.2.4)
5151
rack-session (>= 1.0.1)
5252
rack-test (>= 0.6.3)
5353
rails-dom-testing (~> 2.2)
5454
rails-html-sanitizer (~> 1.6)
55-
actiontext (7.1.4.1)
56-
actionpack (= 7.1.4.1)
57-
activerecord (= 7.1.4.1)
58-
activestorage (= 7.1.4.1)
59-
activesupport (= 7.1.4.1)
55+
actiontext (7.1.5.1)
56+
actionpack (= 7.1.5.1)
57+
activerecord (= 7.1.5.1)
58+
activestorage (= 7.1.5.1)
59+
activesupport (= 7.1.5.1)
6060
globalid (>= 0.6.0)
6161
nokogiri (>= 1.8.5)
62-
actionview (7.1.4.1)
63-
activesupport (= 7.1.4.1)
62+
actionview (7.1.5.1)
63+
activesupport (= 7.1.5.1)
6464
builder (~> 3.1)
6565
erubi (~> 1.11)
6666
rails-dom-testing (~> 2.2)
6767
rails-html-sanitizer (~> 1.6)
68-
activejob (7.1.4.1)
69-
activesupport (= 7.1.4.1)
68+
activejob (7.1.5.1)
69+
activesupport (= 7.1.5.1)
7070
globalid (>= 0.3.6)
71-
activemodel (7.1.4.1)
72-
activesupport (= 7.1.4.1)
73-
activerecord (7.1.4.1)
74-
activemodel (= 7.1.4.1)
75-
activesupport (= 7.1.4.1)
71+
activemodel (7.1.5.1)
72+
activesupport (= 7.1.5.1)
73+
activerecord (7.1.5.1)
74+
activemodel (= 7.1.5.1)
75+
activesupport (= 7.1.5.1)
7676
timeout (>= 0.4.0)
77-
activestorage (7.1.4.1)
78-
actionpack (= 7.1.4.1)
79-
activejob (= 7.1.4.1)
80-
activerecord (= 7.1.4.1)
81-
activesupport (= 7.1.4.1)
77+
activestorage (7.1.5.1)
78+
actionpack (= 7.1.5.1)
79+
activejob (= 7.1.5.1)
80+
activerecord (= 7.1.5.1)
81+
activesupport (= 7.1.5.1)
8282
marcel (~> 1.0)
83-
activesupport (7.1.4.1)
83+
activesupport (7.1.5.1)
8484
base64
85+
benchmark (>= 0.3)
8586
bigdecimal
8687
concurrent-ruby (~> 1.0, >= 1.0.2)
8788
connection_pool (>= 2.2.5)
8889
drb
8990
i18n (>= 1.6, < 2)
91+
logger (>= 1.4.2)
9092
minitest (>= 5.1)
9193
mutex_m
94+
securerandom (>= 0.3)
9295
tzinfo (~> 2.0)
9396
ast (2.4.2)
9497
base64 (0.2.0)
98+
benchmark (0.4.0)
9599
bigdecimal (3.1.8)
96100
builder (3.3.0)
97101
cable_ready (5.0.5)
@@ -117,6 +121,7 @@ GEM
117121
reline (>= 0.4.2)
118122
json (2.6.3)
119123
language_server-protocol (3.17.0.3)
124+
logger (1.6.2)
120125
loofah (2.23.1)
121126
crass (~> 1.0.2)
122127
nokogiri (>= 1.12.0)
@@ -130,7 +135,7 @@ GEM
130135
mini_mime (1.1.5)
131136
minitest (5.18.1)
132137
mocha (1.13.0)
133-
mutex_m (0.2.0)
138+
mutex_m (0.3.0)
134139
net-imap (0.4.17)
135140
date
136141
net-protocol
@@ -141,9 +146,9 @@ GEM
141146
net-smtp (0.5.0)
142147
net-protocol
143148
nio4r (2.7.3)
144-
nokogiri (1.16.8-x86_64-darwin)
149+
nokogiri (1.17.1-x86_64-darwin)
145150
racc (~> 1.4)
146-
nokogiri (1.16.8-x86_64-linux)
151+
nokogiri (1.17.1-x86_64-linux)
147152
racc (~> 1.4)
148153
nokogiri-html5-inference (0.3.0)
149154
nokogiri (~> 1.14)
@@ -162,30 +167,30 @@ GEM
162167
rackup (2.1.0)
163168
rack (>= 3)
164169
webrick (~> 1.8)
165-
rails (7.1.4.1)
166-
actioncable (= 7.1.4.1)
167-
actionmailbox (= 7.1.4.1)
168-
actionmailer (= 7.1.4.1)
169-
actionpack (= 7.1.4.1)
170-
actiontext (= 7.1.4.1)
171-
actionview (= 7.1.4.1)
172-
activejob (= 7.1.4.1)
173-
activemodel (= 7.1.4.1)
174-
activerecord (= 7.1.4.1)
175-
activestorage (= 7.1.4.1)
176-
activesupport (= 7.1.4.1)
170+
rails (7.1.5.1)
171+
actioncable (= 7.1.5.1)
172+
actionmailbox (= 7.1.5.1)
173+
actionmailer (= 7.1.5.1)
174+
actionpack (= 7.1.5.1)
175+
actiontext (= 7.1.5.1)
176+
actionview (= 7.1.5.1)
177+
activejob (= 7.1.5.1)
178+
activemodel (= 7.1.5.1)
179+
activerecord (= 7.1.5.1)
180+
activestorage (= 7.1.5.1)
181+
activesupport (= 7.1.5.1)
177182
bundler (>= 1.15.0)
178-
railties (= 7.1.4.1)
183+
railties (= 7.1.5.1)
179184
rails-dom-testing (2.2.0)
180185
activesupport (>= 5.0.0)
181186
minitest
182187
nokogiri (>= 1.6)
183188
rails-html-sanitizer (1.6.1)
184189
loofah (~> 2.21)
185190
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)
186-
railties (7.1.4.1)
187-
actionpack (= 7.1.4.1)
188-
activesupport (= 7.1.4.1)
191+
railties (7.1.5.1)
192+
actionpack (= 7.1.5.1)
193+
activesupport (= 7.1.5.1)
189194
irb
190195
rackup (>= 1.0.0)
191196
rake (>= 12.2)
@@ -219,6 +224,7 @@ GEM
219224
rubocop (>= 1.7.0, < 2.0)
220225
rubocop-ast (>= 0.4.0)
221226
ruby-progressbar (1.11.0)
227+
securerandom (0.3.2)
222228
standard (1.24.3)
223229
language_server-protocol (~> 3.17.0.2)
224230
rubocop (= 1.44.1)

0 commit comments

Comments
 (0)