Skip to content

Commit af574d2

Browse files
Bump actionpack from 7.0.8.5 to 7.0.8.7 in the bundler group
Bumps the bundler group with 1 update: [actionpack](https://github.com/rails/rails). Updates `actionpack` from 7.0.8.5 to 7.0.8.7 - [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.0.8.5...v7.0.8.7) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3b578e commit af574d2

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

Gemfile.lock

Lines changed: 56 additions & 56 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.8.5)
5-
actionpack (= 7.0.8.5)
6-
activesupport (= 7.0.8.5)
4+
actioncable (7.0.8.7)
5+
actionpack (= 7.0.8.7)
6+
activesupport (= 7.0.8.7)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
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)
9+
actionmailbox (7.0.8.7)
10+
actionpack (= 7.0.8.7)
11+
activejob (= 7.0.8.7)
12+
activerecord (= 7.0.8.7)
13+
activestorage (= 7.0.8.7)
14+
activesupport (= 7.0.8.7)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
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)
19+
actionmailer (7.0.8.7)
20+
actionpack (= 7.0.8.7)
21+
actionview (= 7.0.8.7)
22+
activejob (= 7.0.8.7)
23+
activesupport (= 7.0.8.7)
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.8.5)
30-
actionview (= 7.0.8.5)
31-
activesupport (= 7.0.8.5)
29+
actionpack (7.0.8.7)
30+
actionview (= 7.0.8.7)
31+
activesupport (= 7.0.8.7)
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.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)
36+
actiontext (7.0.8.7)
37+
actionpack (= 7.0.8.7)
38+
activerecord (= 7.0.8.7)
39+
activestorage (= 7.0.8.7)
40+
activesupport (= 7.0.8.7)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.5)
44-
activesupport (= 7.0.8.5)
43+
actionview (7.0.8.7)
44+
activesupport (= 7.0.8.7)
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.8.5)
50-
activesupport (= 7.0.8.5)
49+
activejob (7.0.8.7)
50+
activesupport (= 7.0.8.7)
5151
globalid (>= 0.3.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)
52+
activemodel (7.0.8.7)
53+
activesupport (= 7.0.8.7)
54+
activerecord (7.0.8.7)
55+
activemodel (= 7.0.8.7)
56+
activesupport (= 7.0.8.7)
57+
activestorage (7.0.8.7)
58+
actionpack (= 7.0.8.7)
59+
activejob (= 7.0.8.7)
60+
activerecord (= 7.0.8.7)
61+
activesupport (= 7.0.8.7)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.5)
64+
activesupport (7.0.8.7)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -209,7 +209,7 @@ GEM
209209
method_source (1.1.0)
210210
mini_mime (1.1.5)
211211
mini_portile2 (2.8.8)
212-
minitest (5.25.2)
212+
minitest (5.25.4)
213213
msgpack (1.7.2)
214214
mustermann (3.0.3)
215215
ruby2_keywords (~> 0.0.1)
@@ -225,7 +225,7 @@ GEM
225225
net-smtp (0.5.0)
226226
net-protocol
227227
nio4r (2.7.4)
228-
nokogiri (1.16.8)
228+
nokogiri (1.17.2)
229229
mini_portile2 (~> 2.8.2)
230230
racc (~> 1.4)
231231
orm_adapter (0.5.0)
@@ -245,30 +245,30 @@ GEM
245245
rack (>= 2.0.0)
246246
rack-test (2.1.0)
247247
rack (>= 1.3)
248-
rails (7.0.8.5)
249-
actioncable (= 7.0.8.5)
250-
actionmailbox (= 7.0.8.5)
251-
actionmailer (= 7.0.8.5)
252-
actionpack (= 7.0.8.5)
253-
actiontext (= 7.0.8.5)
254-
actionview (= 7.0.8.5)
255-
activejob (= 7.0.8.5)
256-
activemodel (= 7.0.8.5)
257-
activerecord (= 7.0.8.5)
258-
activestorage (= 7.0.8.5)
259-
activesupport (= 7.0.8.5)
248+
rails (7.0.8.7)
249+
actioncable (= 7.0.8.7)
250+
actionmailbox (= 7.0.8.7)
251+
actionmailer (= 7.0.8.7)
252+
actionpack (= 7.0.8.7)
253+
actiontext (= 7.0.8.7)
254+
actionview (= 7.0.8.7)
255+
activejob (= 7.0.8.7)
256+
activemodel (= 7.0.8.7)
257+
activerecord (= 7.0.8.7)
258+
activestorage (= 7.0.8.7)
259+
activesupport (= 7.0.8.7)
260260
bundler (>= 1.15.0)
261-
railties (= 7.0.8.5)
261+
railties (= 7.0.8.7)
262262
rails-dom-testing (2.2.0)
263263
activesupport (>= 5.0.0)
264264
minitest
265265
nokogiri (>= 1.6)
266-
rails-html-sanitizer (1.6.1)
266+
rails-html-sanitizer (1.6.2)
267267
loofah (~> 2.21)
268268
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)
269-
railties (7.0.8.5)
270-
actionpack (= 7.0.8.5)
271-
activesupport (= 7.0.8.5)
269+
railties (7.0.8.7)
270+
actionpack (= 7.0.8.7)
271+
activesupport (= 7.0.8.7)
272272
method_source
273273
rake (>= 12.2)
274274
thor (~> 1.0)

0 commit comments

Comments
 (0)