Skip to content

Commit 915c977

Browse files
Bump actionpack from 7.0.4.3 to 7.0.8.5
Bumps [actionpack](https://github.com/rails/rails) from 7.0.4.3 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.4.3...v7.0.8.5) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 117a2da commit 915c977

File tree

1 file changed

+43
-90
lines changed

1 file changed

+43
-90
lines changed

Gemfile.lock

+43-90
Original file line numberDiff line numberDiff line change
@@ -10,91 +10,61 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.0.4.3)
14-
actionpack (= 7.0.4.3)
15-
activesupport (= 7.0.4.3)
16-
nio4r (~> 2.0)
17-
websocket-driver (>= 0.6.1)
18-
actionmailbox (7.0.4.3)
19-
actionpack (= 7.0.4.3)
20-
activejob (= 7.0.4.3)
21-
activerecord (= 7.0.4.3)
22-
activestorage (= 7.0.4.3)
23-
activesupport (= 7.0.4.3)
24-
mail (>= 2.7.1)
25-
net-imap
26-
net-pop
27-
net-smtp
28-
actionmailer (7.0.4.3)
29-
actionpack (= 7.0.4.3)
30-
actionview (= 7.0.4.3)
31-
activejob (= 7.0.4.3)
32-
activesupport (= 7.0.4.3)
13+
actionmailer (7.0.8.5)
14+
actionpack (= 7.0.8.5)
15+
actionview (= 7.0.8.5)
16+
activejob (= 7.0.8.5)
17+
activesupport (= 7.0.8.5)
3318
mail (~> 2.5, >= 2.5.4)
3419
net-imap
3520
net-pop
3621
net-smtp
3722
rails-dom-testing (~> 2.0)
38-
actionpack (7.0.4.3)
39-
actionview (= 7.0.4.3)
40-
activesupport (= 7.0.4.3)
41-
rack (~> 2.0, >= 2.2.0)
23+
actionpack (7.0.8.5)
24+
actionview (= 7.0.8.5)
25+
activesupport (= 7.0.8.5)
26+
rack (~> 2.0, >= 2.2.4)
4227
rack-test (>= 0.6.3)
4328
rails-dom-testing (~> 2.0)
4429
rails-html-sanitizer (~> 1.0, >= 1.2.0)
45-
actiontext (7.0.4.3)
46-
actionpack (= 7.0.4.3)
47-
activerecord (= 7.0.4.3)
48-
activestorage (= 7.0.4.3)
49-
activesupport (= 7.0.4.3)
50-
globalid (>= 0.6.0)
51-
nokogiri (>= 1.8.5)
52-
actionview (7.0.4.3)
53-
activesupport (= 7.0.4.3)
30+
actionview (7.0.8.5)
31+
activesupport (= 7.0.8.5)
5432
builder (~> 3.1)
5533
erubi (~> 1.4)
5634
rails-dom-testing (~> 2.0)
5735
rails-html-sanitizer (~> 1.1, >= 1.2.0)
58-
activejob (7.0.4.3)
59-
activesupport (= 7.0.4.3)
36+
activejob (7.0.8.5)
37+
activesupport (= 7.0.8.5)
6038
globalid (>= 0.3.6)
61-
activemodel (7.0.4.3)
62-
activesupport (= 7.0.4.3)
63-
activerecord (7.0.4.3)
64-
activemodel (= 7.0.4.3)
65-
activesupport (= 7.0.4.3)
66-
activestorage (7.0.4.3)
67-
actionpack (= 7.0.4.3)
68-
activejob (= 7.0.4.3)
69-
activerecord (= 7.0.4.3)
70-
activesupport (= 7.0.4.3)
71-
marcel (~> 1.0)
72-
mini_mime (>= 1.1.0)
73-
activesupport (7.0.4.3)
39+
activemodel (7.0.8.5)
40+
activesupport (= 7.0.8.5)
41+
activerecord (7.0.8.5)
42+
activemodel (= 7.0.8.5)
43+
activesupport (= 7.0.8.5)
44+
activesupport (7.0.8.5)
7445
concurrent-ruby (~> 1.0, >= 1.0.2)
7546
i18n (>= 1.6, < 2)
7647
minitest (>= 5.1)
7748
tzinfo (~> 2.0)
78-
builder (3.2.4)
49+
builder (3.3.0)
7950
coderay (1.1.3)
80-
concurrent-ruby (1.2.2)
51+
concurrent-ruby (1.3.4)
8152
crass (1.0.6)
8253
date (3.3.3)
83-
erubi (1.12.0)
54+
erubi (1.13.0)
8455
ffi (1.15.5)
8556
globalid (1.1.0)
8657
activesupport (>= 5.0)
87-
i18n (1.12.0)
58+
i18n (1.14.6)
8859
concurrent-ruby (~> 1.0)
89-
loofah (2.20.0)
60+
loofah (2.22.0)
9061
crass (~> 1.0.2)
91-
nokogiri (>= 1.5.9)
62+
nokogiri (>= 1.12.0)
9263
mail (2.8.1)
9364
mini_mime (>= 0.1.1)
9465
net-imap
9566
net-pop
9667
net-smtp
97-
marcel (1.0.2)
9868
method_source (1.0.0)
9969
mini_mime (1.1.2)
10070
minitest (5.18.0)
@@ -109,59 +79,42 @@ GEM
10979
timeout
11080
net-smtp (0.3.3)
11181
net-protocol
112-
nio4r (2.5.9)
113-
nokogiri (1.14.3-aarch64-linux)
82+
nokogiri (1.16.7-aarch64-linux)
83+
racc (~> 1.4)
84+
nokogiri (1.16.7-arm64-darwin)
11485
racc (~> 1.4)
115-
nokogiri (1.14.3-arm64-darwin)
86+
nokogiri (1.16.7-x86_64-linux)
11687
racc (~> 1.4)
11788
pry (0.14.2)
11889
coderay (~> 1.1)
11990
method_source (~> 1.0)
120-
racc (1.6.2)
121-
rack (2.2.6.4)
91+
racc (1.8.1)
92+
rack (2.2.10)
12293
rack-test (2.1.0)
12394
rack (>= 1.3)
124-
rails (7.0.4.3)
125-
actioncable (= 7.0.4.3)
126-
actionmailbox (= 7.0.4.3)
127-
actionmailer (= 7.0.4.3)
128-
actionpack (= 7.0.4.3)
129-
actiontext (= 7.0.4.3)
130-
actionview (= 7.0.4.3)
131-
activejob (= 7.0.4.3)
132-
activemodel (= 7.0.4.3)
133-
activerecord (= 7.0.4.3)
134-
activestorage (= 7.0.4.3)
135-
activesupport (= 7.0.4.3)
136-
bundler (>= 1.15.0)
137-
railties (= 7.0.4.3)
138-
rails-dom-testing (2.0.3)
139-
activesupport (>= 4.2.0)
95+
rails (0.9.5)
96+
actionmailer (>= 0.6.1)
97+
actionpack (>= 1.4.0)
98+
activerecord (>= 1.6.0)
99+
rake (>= 0.4.15)
100+
rails-dom-testing (2.2.0)
101+
activesupport (>= 5.0.0)
102+
minitest
140103
nokogiri (>= 1.6)
141-
rails-html-sanitizer (1.5.0)
142-
loofah (~> 2.19, >= 2.19.1)
143-
railties (7.0.4.3)
144-
actionpack (= 7.0.4.3)
145-
activesupport (= 7.0.4.3)
146-
method_source
147-
rake (>= 12.2)
148-
thor (~> 1.0)
149-
zeitwerk (~> 2.5)
104+
rails-html-sanitizer (1.6.0)
105+
loofah (~> 2.21)
106+
nokogiri (~> 1.14)
150107
rake (13.0.6)
151108
rb-inotify (0.10.1)
152109
ffi (~> 1.0)
153-
thor (1.2.1)
154110
timeout (0.3.2)
155111
tzinfo (2.0.6)
156112
concurrent-ruby (~> 1.0)
157-
websocket-driver (0.7.5)
158-
websocket-extensions (>= 0.1.0)
159-
websocket-extensions (0.1.5)
160-
zeitwerk (2.6.7)
161113

162114
PLATFORMS
163115
aarch64-linux
164116
arm64-darwin-22
117+
x86_64-linux
165118

166119
DEPENDENCIES
167120
lambda_punch!

0 commit comments

Comments
 (0)