Skip to content

Commit 0450ada

Browse files
Bump actionpack from 7.0.6 to 7.0.8.5
Bumps [actionpack](https://github.com/rails/rails) from 7.0.6 to 7.0.8.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.0.6...v7.0.8.5) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc02c67 commit 0450ada

File tree

1 file changed

+67
-63
lines changed

1 file changed

+67
-63
lines changed

Gemfile.lock

Lines changed: 67 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.6)
5-
actionpack (= 7.0.6)
6-
activesupport (= 7.0.6)
4+
actioncable (7.0.8.5)
5+
actionpack (= 7.0.8.5)
6+
activesupport (= 7.0.8.5)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.6)
10-
actionpack (= 7.0.6)
11-
activejob (= 7.0.6)
12-
activerecord (= 7.0.6)
13-
activestorage (= 7.0.6)
14-
activesupport (= 7.0.6)
9+
actionmailbox (7.0.8.5)
10+
actionpack (= 7.0.8.5)
11+
activejob (= 7.0.8.5)
12+
activerecord (= 7.0.8.5)
13+
activestorage (= 7.0.8.5)
14+
activesupport (= 7.0.8.5)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.6)
20-
actionpack (= 7.0.6)
21-
actionview (= 7.0.6)
22-
activejob (= 7.0.6)
23-
activesupport (= 7.0.6)
19+
actionmailer (7.0.8.5)
20+
actionpack (= 7.0.8.5)
21+
actionview (= 7.0.8.5)
22+
activejob (= 7.0.8.5)
23+
activesupport (= 7.0.8.5)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.6)
30-
actionview (= 7.0.6)
31-
activesupport (= 7.0.6)
29+
actionpack (7.0.8.5)
30+
actionview (= 7.0.8.5)
31+
activesupport (= 7.0.8.5)
3232
rack (~> 2.0, >= 2.2.4)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.6)
37-
actionpack (= 7.0.6)
38-
activerecord (= 7.0.6)
39-
activestorage (= 7.0.6)
40-
activesupport (= 7.0.6)
36+
actiontext (7.0.8.5)
37+
actionpack (= 7.0.8.5)
38+
activerecord (= 7.0.8.5)
39+
activestorage (= 7.0.8.5)
40+
activesupport (= 7.0.8.5)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.6)
44-
activesupport (= 7.0.6)
43+
actionview (7.0.8.5)
44+
activesupport (= 7.0.8.5)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.6)
50-
activesupport (= 7.0.6)
49+
activejob (7.0.8.5)
50+
activesupport (= 7.0.8.5)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.6)
53-
activesupport (= 7.0.6)
54-
activerecord (7.0.6)
55-
activemodel (= 7.0.6)
56-
activesupport (= 7.0.6)
57-
activestorage (7.0.6)
58-
actionpack (= 7.0.6)
59-
activejob (= 7.0.6)
60-
activerecord (= 7.0.6)
61-
activesupport (= 7.0.6)
52+
activemodel (7.0.8.5)
53+
activesupport (= 7.0.8.5)
54+
activerecord (7.0.8.5)
55+
activemodel (= 7.0.8.5)
56+
activesupport (= 7.0.8.5)
57+
activestorage (7.0.8.5)
58+
actionpack (= 7.0.8.5)
59+
activejob (= 7.0.8.5)
60+
activerecord (= 7.0.8.5)
61+
activesupport (= 7.0.8.5)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.6)
64+
activesupport (7.0.8.5)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -71,7 +71,7 @@ GEM
7171
bindex (0.8.1)
7272
bootsnap (1.16.0)
7373
msgpack (~> 1.2)
74-
builder (3.2.4)
74+
builder (3.3.0)
7575
capybara (3.39.2)
7676
addressable
7777
matrix
@@ -81,16 +81,16 @@ GEM
8181
rack-test (>= 0.6.3)
8282
regexp_parser (>= 1.5, < 3.0)
8383
xpath (~> 3.2)
84-
concurrent-ruby (1.2.2)
84+
concurrent-ruby (1.3.4)
8585
crass (1.0.6)
8686
date (3.3.3)
8787
debug (1.8.0)
8888
irb (>= 1.5.0)
8989
reline (>= 0.3.1)
90-
erubi (1.12.0)
90+
erubi (1.13.0)
9191
globalid (1.1.0)
9292
activesupport (>= 5.0)
93-
i18n (1.14.1)
93+
i18n (1.14.6)
9494
concurrent-ruby (~> 1.0)
9595
importmap-rails (1.2.1)
9696
actionpack (>= 6.0.0)
@@ -101,7 +101,7 @@ GEM
101101
jbuilder (2.11.5)
102102
actionview (>= 5.0.0)
103103
activesupport (>= 5.0.0)
104-
loofah (2.21.3)
104+
loofah (2.22.0)
105105
crass (~> 1.0.2)
106106
nokogiri (>= 1.12.0)
107107
mail (2.8.1)
@@ -113,7 +113,7 @@ GEM
113113
matrix (0.4.2)
114114
method_source (1.0.0)
115115
mini_mime (1.1.2)
116-
minitest (5.18.1)
116+
minitest (5.25.1)
117117
msgpack (1.7.1)
118118
net-imap (0.3.6)
119119
date
@@ -125,41 +125,43 @@ GEM
125125
net-smtp (0.3.3)
126126
net-protocol
127127
nio4r (2.5.9)
128-
nokogiri (1.15.3-x64-mingw-ucrt)
128+
nokogiri (1.16.7-x64-mingw-ucrt)
129+
racc (~> 1.4)
130+
nokogiri (1.16.7-x86_64-linux)
129131
racc (~> 1.4)
130132
public_suffix (5.0.3)
131133
puma (5.6.6)
132134
nio4r (~> 2.0)
133-
racc (1.7.1)
134-
rack (2.2.7)
135+
racc (1.8.1)
136+
rack (2.2.10)
135137
rack-proxy (0.7.6)
136138
rack
137139
rack-test (2.1.0)
138140
rack (>= 1.3)
139-
rails (7.0.6)
140-
actioncable (= 7.0.6)
141-
actionmailbox (= 7.0.6)
142-
actionmailer (= 7.0.6)
143-
actionpack (= 7.0.6)
144-
actiontext (= 7.0.6)
145-
actionview (= 7.0.6)
146-
activejob (= 7.0.6)
147-
activemodel (= 7.0.6)
148-
activerecord (= 7.0.6)
149-
activestorage (= 7.0.6)
150-
activesupport (= 7.0.6)
141+
rails (7.0.8.5)
142+
actioncable (= 7.0.8.5)
143+
actionmailbox (= 7.0.8.5)
144+
actionmailer (= 7.0.8.5)
145+
actionpack (= 7.0.8.5)
146+
actiontext (= 7.0.8.5)
147+
actionview (= 7.0.8.5)
148+
activejob (= 7.0.8.5)
149+
activemodel (= 7.0.8.5)
150+
activerecord (= 7.0.8.5)
151+
activestorage (= 7.0.8.5)
152+
activesupport (= 7.0.8.5)
151153
bundler (>= 1.15.0)
152-
railties (= 7.0.6)
153-
rails-dom-testing (2.1.1)
154+
railties (= 7.0.8.5)
155+
rails-dom-testing (2.2.0)
154156
activesupport (>= 5.0.0)
155157
minitest
156158
nokogiri (>= 1.6)
157159
rails-html-sanitizer (1.6.0)
158160
loofah (~> 2.21)
159161
nokogiri (~> 1.14)
160-
railties (7.0.6)
161-
actionpack (= 7.0.6)
162-
activesupport (= 7.0.6)
162+
railties (7.0.8.5)
163+
actionpack (= 7.0.8.5)
164+
activesupport (= 7.0.8.5)
163165
method_source
164166
rake (>= 12.2)
165167
thor (~> 1.0)
@@ -183,6 +185,7 @@ GEM
183185
activesupport (>= 5.2)
184186
sprockets (>= 3.0.0)
185187
sqlite3 (1.6.3-x64-mingw-ucrt)
188+
sqlite3 (1.6.3-x86_64-linux)
186189
stimulus-rails (1.2.1)
187190
railties (>= 6.0.0)
188191
thor (1.2.2)
@@ -219,6 +222,7 @@ GEM
219222

220223
PLATFORMS
221224
x64-mingw-ucrt
225+
x86_64-linux
222226

223227
DEPENDENCIES
224228
bootsnap

0 commit comments

Comments
 (0)