Skip to content

Commit 2845c0e

Browse files
Bump actionpack from 7.0.6 to 7.0.8.4 (#215)
Bumps [actionpack](https://github.com/rails/rails) from 7.0.6 to 7.0.8.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/rails/releases">actionpack's releases</a>.</em></p> <blockquote> <h2>7.0.8.4</h2> <h2>Active Support</h2> <ul> <li>No changes.</li> </ul> <h2>Active Model</h2> <ul> <li>No changes.</li> </ul> <h2>Active Record</h2> <ul> <li>No changes.</li> </ul> <h2>Action View</h2> <ul> <li>No changes.</li> </ul> <h2>Action Pack</h2> <ul> <li>Include the HTTP Permissions-Policy on non-HTML Content-Types [CVE-2024-28103]</li> </ul> <h2>Active Job</h2> <ul> <li>No changes.</li> </ul> <h2>Action Mailer</h2> <ul> <li>No changes.</li> </ul> <h2>Action Cable</h2> <ul> <li>No changes.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/rails/commit/ec7f25368dff972b014fad4294c62181fb26c584"><code>ec7f253</code></a> Preparing for 7.0.8.4 release</li> <li><a href="https://github.com/rails/rails/commit/f12d5aea897684bba583412cc9d249c9a6f67fdd"><code>f12d5ae</code></a> update changelog</li> <li><a href="https://github.com/rails/rails/commit/b84cbecacd114102e1884a6169388d7cb7ea325d"><code>b84cbec</code></a> include the HTTP Permissions-Policy on non-HTML Content-Types</li> <li><a href="https://github.com/rails/rails/commit/08bc3ce3e0930d3509fce12127942172917a5c03"><code>08bc3ce</code></a> Preparing for 7.0.8.3 release</li> <li><a href="https://github.com/rails/rails/commit/7c8d2a1d6e0a22c8e96ecae4bdea8c2b6e347168"><code>7c8d2a1</code></a> Preparing for 7.0.8.2 release</li> <li><a href="https://github.com/rails/rails/commit/506462ab13755d9f024e1ddbfc8c58d73e7a1bce"><code>506462a</code></a> Preparing for 7.0.8.1 release</li> <li><a href="https://github.com/rails/rails/commit/030cd01beb6f9a5c2c71ed6a1ecd241fb7fbccb2"><code>030cd01</code></a> update changelog</li> <li><a href="https://github.com/rails/rails/commit/4c83b331092a79d58e4adffe4be5f250fa5782cc"><code>4c83b33</code></a> fix XSS vulnerability when using translation</li> <li><a href="https://github.com/rails/rails/commit/fc734f28e65ef8829a1a939ee6702c1f349a1d5a"><code>fc734f2</code></a> Preparing for 7.0.8 release</li> <li><a href="https://github.com/rails/rails/commit/f9175dbf20938f744c5081d199250db15e520e9f"><code>f9175db</code></a> Fix <code>webdrivers</code> on <code>7-0-stable</code> branch for issue <a href="https://redirect.github.com/rails/rails/issues/48973">#48973</a>. (<a href="https://redirect.github.com/rails/rails/issues/48977">#48977</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rails/rails/compare/v7.0.6...v7.0.8.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actionpack&package-manager=bundler&previous-version=7.0.6&new-version=7.0.8.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Betterment/test_track/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ff09e7 commit 2845c0e

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

Gemfile.lock

+60-60
Original file line numberDiff line numberDiff line change
@@ -16,67 +16,67 @@ PATH
1616
GEM
1717
remote: https://rubygems.org/
1818
specs:
19-
actioncable (7.0.6)
20-
actionpack (= 7.0.6)
21-
activesupport (= 7.0.6)
19+
actioncable (7.0.8.4)
20+
actionpack (= 7.0.8.4)
21+
activesupport (= 7.0.8.4)
2222
nio4r (~> 2.0)
2323
websocket-driver (>= 0.6.1)
24-
actionmailbox (7.0.6)
25-
actionpack (= 7.0.6)
26-
activejob (= 7.0.6)
27-
activerecord (= 7.0.6)
28-
activestorage (= 7.0.6)
29-
activesupport (= 7.0.6)
24+
actionmailbox (7.0.8.4)
25+
actionpack (= 7.0.8.4)
26+
activejob (= 7.0.8.4)
27+
activerecord (= 7.0.8.4)
28+
activestorage (= 7.0.8.4)
29+
activesupport (= 7.0.8.4)
3030
mail (>= 2.7.1)
3131
net-imap
3232
net-pop
3333
net-smtp
34-
actionmailer (7.0.6)
35-
actionpack (= 7.0.6)
36-
actionview (= 7.0.6)
37-
activejob (= 7.0.6)
38-
activesupport (= 7.0.6)
34+
actionmailer (7.0.8.4)
35+
actionpack (= 7.0.8.4)
36+
actionview (= 7.0.8.4)
37+
activejob (= 7.0.8.4)
38+
activesupport (= 7.0.8.4)
3939
mail (~> 2.5, >= 2.5.4)
4040
net-imap
4141
net-pop
4242
net-smtp
4343
rails-dom-testing (~> 2.0)
44-
actionpack (7.0.6)
45-
actionview (= 7.0.6)
46-
activesupport (= 7.0.6)
44+
actionpack (7.0.8.4)
45+
actionview (= 7.0.8.4)
46+
activesupport (= 7.0.8.4)
4747
rack (~> 2.0, >= 2.2.4)
4848
rack-test (>= 0.6.3)
4949
rails-dom-testing (~> 2.0)
5050
rails-html-sanitizer (~> 1.0, >= 1.2.0)
51-
actiontext (7.0.6)
52-
actionpack (= 7.0.6)
53-
activerecord (= 7.0.6)
54-
activestorage (= 7.0.6)
55-
activesupport (= 7.0.6)
51+
actiontext (7.0.8.4)
52+
actionpack (= 7.0.8.4)
53+
activerecord (= 7.0.8.4)
54+
activestorage (= 7.0.8.4)
55+
activesupport (= 7.0.8.4)
5656
globalid (>= 0.6.0)
5757
nokogiri (>= 1.8.5)
58-
actionview (7.0.6)
59-
activesupport (= 7.0.6)
58+
actionview (7.0.8.4)
59+
activesupport (= 7.0.8.4)
6060
builder (~> 3.1)
6161
erubi (~> 1.4)
6262
rails-dom-testing (~> 2.0)
6363
rails-html-sanitizer (~> 1.1, >= 1.2.0)
64-
activejob (7.0.6)
65-
activesupport (= 7.0.6)
64+
activejob (7.0.8.4)
65+
activesupport (= 7.0.8.4)
6666
globalid (>= 0.3.6)
67-
activemodel (7.0.6)
68-
activesupport (= 7.0.6)
69-
activerecord (7.0.6)
70-
activemodel (= 7.0.6)
71-
activesupport (= 7.0.6)
72-
activestorage (7.0.6)
73-
actionpack (= 7.0.6)
74-
activejob (= 7.0.6)
75-
activerecord (= 7.0.6)
76-
activesupport (= 7.0.6)
67+
activemodel (7.0.8.4)
68+
activesupport (= 7.0.8.4)
69+
activerecord (7.0.8.4)
70+
activemodel (= 7.0.8.4)
71+
activesupport (= 7.0.8.4)
72+
activestorage (7.0.8.4)
73+
actionpack (= 7.0.8.4)
74+
activejob (= 7.0.8.4)
75+
activerecord (= 7.0.8.4)
76+
activesupport (= 7.0.8.4)
7777
marcel (~> 1.0)
7878
mini_mime (>= 1.1.0)
79-
activesupport (7.0.6)
79+
activesupport (7.0.8.4)
8080
concurrent-ruby (~> 1.0, >= 1.0.2)
8181
i18n (>= 1.6, < 2)
8282
minitest (>= 5.1)
@@ -128,7 +128,7 @@ GEM
128128
xpath (~> 3.2)
129129
climate_control (0.2.0)
130130
coderay (1.1.3)
131-
concurrent-ruby (1.2.2)
131+
concurrent-ruby (1.3.1)
132132
connection_pool (2.3.0)
133133
crack (0.4.5)
134134
rexml
@@ -197,7 +197,7 @@ GEM
197197
hashdiff (1.0.1)
198198
hashie (5.0.0)
199199
highline (1.7.10)
200-
i18n (1.14.1)
200+
i18n (1.14.5)
201201
concurrent-ruby (~> 1.0)
202202
jbuilder (2.11.5)
203203
actionview (>= 5.0.0)
@@ -234,7 +234,7 @@ GEM
234234
listen (3.8.0)
235235
rb-fsevent (~> 0.10, >= 0.10.3)
236236
rb-inotify (~> 0.9, >= 0.9.10)
237-
loofah (2.21.4)
237+
loofah (2.22.0)
238238
crass (~> 1.0.2)
239239
nokogiri (>= 1.12.0)
240240
mail (2.7.1)
@@ -246,10 +246,10 @@ GEM
246246
mime-types-data (~> 3.2015)
247247
mime-types-data (3.2023.0218.1)
248248
mini_mime (1.1.2)
249-
mini_portile2 (2.8.5)
249+
mini_portile2 (2.8.7)
250250
mini_racer (0.6.3)
251251
libv8-node (~> 16.10.0.0)
252-
minitest (5.20.0)
252+
minitest (5.23.1)
253253
msgpack (1.6.1)
254254
multi_json (1.15.0)
255255
multipart-post (2.3.0)
@@ -311,27 +311,27 @@ GEM
311311
pusher-client (0.6.2)
312312
json
313313
websocket (~> 1.0)
314-
racc (1.7.3)
315-
rack (2.2.8.1)
314+
racc (1.8.0)
315+
rack (2.2.9)
316316
rack-protection (3.0.5)
317317
rack
318318
rack-test (2.1.0)
319319
rack (>= 1.3)
320320
rack-timeout (0.6.3)
321-
rails (7.0.6)
322-
actioncable (= 7.0.6)
323-
actionmailbox (= 7.0.6)
324-
actionmailer (= 7.0.6)
325-
actionpack (= 7.0.6)
326-
actiontext (= 7.0.6)
327-
actionview (= 7.0.6)
328-
activejob (= 7.0.6)
329-
activemodel (= 7.0.6)
330-
activerecord (= 7.0.6)
331-
activestorage (= 7.0.6)
332-
activesupport (= 7.0.6)
321+
rails (7.0.8.4)
322+
actioncable (= 7.0.8.4)
323+
actionmailbox (= 7.0.8.4)
324+
actionmailer (= 7.0.8.4)
325+
actionpack (= 7.0.8.4)
326+
actiontext (= 7.0.8.4)
327+
actionview (= 7.0.8.4)
328+
activejob (= 7.0.8.4)
329+
activemodel (= 7.0.8.4)
330+
activerecord (= 7.0.8.4)
331+
activestorage (= 7.0.8.4)
332+
activesupport (= 7.0.8.4)
333333
bundler (>= 1.15.0)
334-
railties (= 7.0.6)
334+
railties (= 7.0.8.4)
335335
rails-dom-testing (2.2.0)
336336
activesupport (>= 5.0.0)
337337
minitest
@@ -343,9 +343,9 @@ GEM
343343
rack
344344
railties (>= 5.1)
345345
semantic_logger (~> 4.9)
346-
railties (7.0.6)
347-
actionpack (= 7.0.6)
348-
activesupport (= 7.0.6)
346+
railties (7.0.8.4)
347+
actionpack (= 7.0.8.4)
348+
activesupport (= 7.0.8.4)
349349
method_source
350350
rake (>= 12.2)
351351
thor (~> 1.0)

0 commit comments

Comments
 (0)