Skip to content

Commit b26ba06

Browse files
Bump actiontext from 7.0.8.4 to 7.0.8.5 (#228)
Bumps [actiontext](https://github.com/rails/rails) from 7.0.8.4 to 7.0.8.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/rails/releases">actiontext's releases</a>.</em></p> <blockquote> <h2>7.0.8.5</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> <p>Avoid regex backtracking in HTTP Token authentication</p> <p>[CVE-2024-47887]</p> </li> <li> <p>Avoid regex backtracking in query parameter filtering</p> <p>[CVE-2024-41128]</p> </li> </ul> <h2>Active Job</h2> <ul> <li>No changes.</li> </ul> <h2>Action Mailer</h2> <ul> <li> <p>Avoid regex backtracking in <code>block_format</code> helper</p> <p>[CVE-2024-47889]</p> </li> </ul> <h2>Action Cable</h2> <ul> <li>No changes.</li> </ul> <h2>Active Storage</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/rails/commit/f61f4ef957f80e1668797fce8a2393f3edb7ed76"><code>f61f4ef</code></a> Preparing for 7.0.8.5 release</li> <li><a href="https://github.com/rails/rails/commit/d666c965e358525fd6dc83233cb92cd87db82c81"><code>d666c96</code></a> Update CHANGELOGs</li> <li><a href="https://github.com/rails/rails/commit/30abd6bd715de0bfc9d3936bd2747874169d6292"><code>30abd6b</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/52962">#52962</a> from rails/rm-releser</li> <li><a href="https://github.com/rails/rails/commit/727b0946c3cab04b825c039435eac963d4e91822"><code>727b094</code></a> ActionText: Avoid backtracing in plain_text_for_blockquote_node</li> <li>See full diff in <a href="https://github.com/rails/rails/compare/v7.0.8.4...v7.0.8.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actiontext&package-manager=bundler&previous-version=7.0.8.4&new-version=7.0.8.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29ffb4b commit b26ba06

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

Gemfile.lock

+61-61
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.8.4)
20-
actionpack (= 7.0.8.4)
21-
activesupport (= 7.0.8.4)
19+
actioncable (7.0.8.5)
20+
actionpack (= 7.0.8.5)
21+
activesupport (= 7.0.8.5)
2222
nio4r (~> 2.0)
2323
websocket-driver (>= 0.6.1)
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)
24+
actionmailbox (7.0.8.5)
25+
actionpack (= 7.0.8.5)
26+
activejob (= 7.0.8.5)
27+
activerecord (= 7.0.8.5)
28+
activestorage (= 7.0.8.5)
29+
activesupport (= 7.0.8.5)
3030
mail (>= 2.7.1)
3131
net-imap
3232
net-pop
3333
net-smtp
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)
34+
actionmailer (7.0.8.5)
35+
actionpack (= 7.0.8.5)
36+
actionview (= 7.0.8.5)
37+
activejob (= 7.0.8.5)
38+
activesupport (= 7.0.8.5)
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.8.4)
45-
actionview (= 7.0.8.4)
46-
activesupport (= 7.0.8.4)
44+
actionpack (7.0.8.5)
45+
actionview (= 7.0.8.5)
46+
activesupport (= 7.0.8.5)
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.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)
51+
actiontext (7.0.8.5)
52+
actionpack (= 7.0.8.5)
53+
activerecord (= 7.0.8.5)
54+
activestorage (= 7.0.8.5)
55+
activesupport (= 7.0.8.5)
5656
globalid (>= 0.6.0)
5757
nokogiri (>= 1.8.5)
58-
actionview (7.0.8.4)
59-
activesupport (= 7.0.8.4)
58+
actionview (7.0.8.5)
59+
activesupport (= 7.0.8.5)
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.8.4)
65-
activesupport (= 7.0.8.4)
64+
activejob (7.0.8.5)
65+
activesupport (= 7.0.8.5)
6666
globalid (>= 0.3.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)
67+
activemodel (7.0.8.5)
68+
activesupport (= 7.0.8.5)
69+
activerecord (7.0.8.5)
70+
activemodel (= 7.0.8.5)
71+
activesupport (= 7.0.8.5)
72+
activestorage (7.0.8.5)
73+
actionpack (= 7.0.8.5)
74+
activejob (= 7.0.8.5)
75+
activerecord (= 7.0.8.5)
76+
activesupport (= 7.0.8.5)
7777
marcel (~> 1.0)
7878
mini_mime (>= 1.1.0)
79-
activesupport (7.0.8.4)
79+
activesupport (7.0.8.5)
8080
concurrent-ruby (~> 1.0, >= 1.0.2)
8181
i18n (>= 1.6, < 2)
8282
minitest (>= 5.1)
@@ -116,7 +116,7 @@ GEM
116116
bindex (0.8.1)
117117
bootsnap (1.16.0)
118118
msgpack (~> 1.2)
119-
builder (3.2.4)
119+
builder (3.3.0)
120120
byebug (11.1.3)
121121
capybara (3.39.2)
122122
addressable
@@ -166,7 +166,7 @@ GEM
166166
dotenv-rails (2.8.1)
167167
dotenv (= 2.8.1)
168168
railties (>= 3.2)
169-
erubi (1.12.0)
169+
erubi (1.13.0)
170170
ethon (0.16.0)
171171
ffi (>= 1.15.0)
172172
execjs (2.8.1)
@@ -193,12 +193,12 @@ GEM
193193
multi_json (~> 1.0)
194194
net-http-persistent (>= 2.7)
195195
net-http-pipeline
196-
globalid (1.1.0)
197-
activesupport (>= 5.0)
196+
globalid (1.2.1)
197+
activesupport (>= 6.1)
198198
hashdiff (1.0.1)
199199
hashie (5.0.0)
200200
highline (1.7.10)
201-
i18n (1.14.5)
201+
i18n (1.14.6)
202202
concurrent-ruby (~> 1.0)
203203
jbuilder (2.11.5)
204204
actionview (>= 5.0.0)
@@ -240,13 +240,13 @@ GEM
240240
nokogiri (>= 1.12.0)
241241
mail (2.7.1)
242242
mini_mime (>= 0.1.1)
243-
marcel (1.0.2)
243+
marcel (1.0.4)
244244
matrix (0.4.2)
245245
method_source (1.1.0)
246246
mime-types (3.4.1)
247247
mime-types-data (~> 3.2015)
248248
mime-types-data (3.2023.0218.1)
249-
mini_mime (1.1.2)
249+
mini_mime (1.1.5)
250250
mini_portile2 (2.8.7)
251251
mini_racer (0.6.3)
252252
libv8-node (~> 16.10.0.0)
@@ -313,27 +313,27 @@ GEM
313313
json
314314
websocket (~> 1.0)
315315
racc (1.8.1)
316-
rack (2.2.9)
316+
rack (2.2.10)
317317
rack-protection (3.2.0)
318318
base64 (>= 0.1.0)
319319
rack (~> 2.2, >= 2.2.4)
320320
rack-test (2.1.0)
321321
rack (>= 1.3)
322322
rack-timeout (0.6.3)
323-
rails (7.0.8.4)
324-
actioncable (= 7.0.8.4)
325-
actionmailbox (= 7.0.8.4)
326-
actionmailer (= 7.0.8.4)
327-
actionpack (= 7.0.8.4)
328-
actiontext (= 7.0.8.4)
329-
actionview (= 7.0.8.4)
330-
activejob (= 7.0.8.4)
331-
activemodel (= 7.0.8.4)
332-
activerecord (= 7.0.8.4)
333-
activestorage (= 7.0.8.4)
334-
activesupport (= 7.0.8.4)
323+
rails (7.0.8.5)
324+
actioncable (= 7.0.8.5)
325+
actionmailbox (= 7.0.8.5)
326+
actionmailer (= 7.0.8.5)
327+
actionpack (= 7.0.8.5)
328+
actiontext (= 7.0.8.5)
329+
actionview (= 7.0.8.5)
330+
activejob (= 7.0.8.5)
331+
activemodel (= 7.0.8.5)
332+
activerecord (= 7.0.8.5)
333+
activestorage (= 7.0.8.5)
334+
activesupport (= 7.0.8.5)
335335
bundler (>= 1.15.0)
336-
railties (= 7.0.8.4)
336+
railties (= 7.0.8.5)
337337
rails-dom-testing (2.2.0)
338338
activesupport (>= 5.0.0)
339339
minitest
@@ -345,9 +345,9 @@ GEM
345345
rack
346346
railties (>= 5.1)
347347
semantic_logger (~> 4.9)
348-
railties (7.0.8.4)
349-
actionpack (= 7.0.8.4)
350-
activesupport (= 7.0.8.4)
348+
railties (7.0.8.5)
349+
actionpack (= 7.0.8.5)
350+
activesupport (= 7.0.8.5)
351351
method_source
352352
rake (>= 12.2)
353353
thor (~> 1.0)

0 commit comments

Comments
 (0)