Skip to content

Commit 3034e96

Browse files
Bump actionpack from 7.0.8.5 to 7.0.8.7
Bumps [actionpack](https://github.com/rails/rails) 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.0.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.0.8.5...v7.0.8.7) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc27b42 commit 3034e96

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

Gemfile.lock

+58-58
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
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)
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)
5757
activerecord-import (1.4.1)
5858
activerecord (>= 4.2)
59-
activestorage (7.0.8.5)
60-
actionpack (= 7.0.8.5)
61-
activejob (= 7.0.8.5)
62-
activerecord (= 7.0.8.5)
63-
activesupport (= 7.0.8.5)
59+
activestorage (7.0.8.7)
60+
actionpack (= 7.0.8.7)
61+
activejob (= 7.0.8.7)
62+
activerecord (= 7.0.8.7)
63+
activesupport (= 7.0.8.7)
6464
marcel (~> 1.0)
6565
mini_mime (>= 1.1.0)
66-
activesupport (7.0.8.5)
66+
activesupport (7.0.8.7)
6767
concurrent-ruby (~> 1.0, >= 1.0.2)
6868
i18n (>= 1.6, < 2)
6969
minitest (>= 5.1)
@@ -260,7 +260,7 @@ GEM
260260
mime-types-data (3.2023.1003)
261261
mini_magick (4.12.0)
262262
mini_mime (1.1.5)
263-
minitest (5.25.1)
263+
minitest (5.25.4)
264264
mono_logger (1.1.2)
265265
multi_json (1.15.0)
266266
multi_xml (0.6.0)
@@ -277,13 +277,13 @@ GEM
277277
net-protocol
278278
netrc (0.11.0)
279279
nio4r (2.7.3)
280-
nokogiri (1.16.8-aarch64-linux)
280+
nokogiri (1.17.1-aarch64-linux)
281281
racc (~> 1.4)
282-
nokogiri (1.16.8-arm64-darwin)
282+
nokogiri (1.17.1-arm64-darwin)
283283
racc (~> 1.4)
284-
nokogiri (1.16.8-x86_64-darwin)
284+
nokogiri (1.17.1-x86_64-darwin)
285285
racc (~> 1.4)
286-
nokogiri (1.16.8-x86_64-linux)
286+
nokogiri (1.17.1-x86_64-linux)
287287
racc (~> 1.4)
288288
oauth2 (1.4.11)
289289
faraday (>= 0.17.3, < 3.0)
@@ -357,20 +357,20 @@ GEM
357357
rack (>= 1.3)
358358
rack-timeout (0.6.3)
359359
railroady (1.5.3)
360-
rails (7.0.8.5)
361-
actioncable (= 7.0.8.5)
362-
actionmailbox (= 7.0.8.5)
363-
actionmailer (= 7.0.8.5)
364-
actionpack (= 7.0.8.5)
365-
actiontext (= 7.0.8.5)
366-
actionview (= 7.0.8.5)
367-
activejob (= 7.0.8.5)
368-
activemodel (= 7.0.8.5)
369-
activerecord (= 7.0.8.5)
370-
activestorage (= 7.0.8.5)
371-
activesupport (= 7.0.8.5)
360+
rails (7.0.8.7)
361+
actioncable (= 7.0.8.7)
362+
actionmailbox (= 7.0.8.7)
363+
actionmailer (= 7.0.8.7)
364+
actionpack (= 7.0.8.7)
365+
actiontext (= 7.0.8.7)
366+
actionview (= 7.0.8.7)
367+
activejob (= 7.0.8.7)
368+
activemodel (= 7.0.8.7)
369+
activerecord (= 7.0.8.7)
370+
activestorage (= 7.0.8.7)
371+
activesupport (= 7.0.8.7)
372372
bundler (>= 1.15.0)
373-
railties (= 7.0.8.5)
373+
railties (= 7.0.8.7)
374374
rails-controller-testing (1.0.5)
375375
actionpack (>= 5.0.1.rc1)
376376
actionview (>= 5.0.1.rc1)
@@ -395,9 +395,9 @@ GEM
395395
rails_stdout_logging
396396
rails_serve_static_assets (0.0.5)
397397
rails_stdout_logging (0.0.5)
398-
railties (7.0.8.5)
399-
actionpack (= 7.0.8.5)
400-
activesupport (= 7.0.8.5)
398+
railties (7.0.8.7)
399+
actionpack (= 7.0.8.7)
400+
activesupport (= 7.0.8.7)
401401
method_source
402402
rake (>= 12.2)
403403
thor (~> 1.0)

0 commit comments

Comments
 (0)