Skip to content

Commit 9adf92b

Browse files
Bump parser from 3.3.6.0 to 3.3.7.0 (#4247)
Bumps [parser](https://github.com/whitequark/parser) from 3.3.6.0 to 3.3.7.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/whitequark/parser/blob/master/CHANGELOG.md">parser's changelog</a>.</em></p> <blockquote> <h2>v3.3.7.0 (2025-01-16)</h2> <p>API modifications:</p> <ul> <li>Bump maintenance branches to 3.3.7 (<a href="https://redirect.github.com/whitequark/parser/issues/1061">#1061</a>) (Koichi ITO)</li> <li>bump 3.4 branch, remove 3.0 from CI (EOL) (<a href="https://redirect.github.com/whitequark/parser/issues/1057">#1057</a>) (Ilya Bylich)</li> <li>assert that version-specific checks actually run against at least one version (<a href="https://redirect.github.com/whitequark/parser/issues/1050">#1050</a>) (Earlopain)</li> </ul> <p>Features implemented:</p> <ul> <li>ruby34.y: reject <code>return</code> in singleton class (<a href="https://redirect.github.com/whitequark/parser/issues/1048">#1048</a>) (Earlopain)</li> </ul> <p>Bugs fixed:</p> <ul> <li>Fix <code>ruby-parse</code> with a folder ending in <code>.rb</code> (<a href="https://redirect.github.com/whitequark/parser/issues/1047">#1047</a>) (Earlopain)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/whitequark/parser/commit/bfe7a68f53efa925fb441576be9ee33903545df0"><code>bfe7a68</code></a> Update changelog.</li> <li><a href="https://github.com/whitequark/parser/commit/fb16c018b051f5566de0a5279bc18182eb365cf7"><code>fb16c01</code></a> Bump version.</li> <li><a href="https://github.com/whitequark/parser/commit/2684112b9f7e8b86afc2d8edefe937af13975bbb"><code>2684112</code></a> update CI config (bump JRuby version, drop MRI 3.0 branch) (<a href="https://redirect.github.com/whitequark/parser/issues/1062">#1062</a>)</li> <li><a href="https://github.com/whitequark/parser/commit/e4104e81fa342022b80c71807d6b5c84f6f0192d"><code>e4104e8</code></a> * Bump maintenance branches to 3.3.7 (<a href="https://redirect.github.com/whitequark/parser/issues/1061">#1061</a>)</li> <li><a href="https://github.com/whitequark/parser/commit/70ac2442948fe21ccb3b49d5083addc120571da1"><code>70ac244</code></a> Revert &quot;* bump 3.4 branch, remove 3.0 from CI (EOL) (<a href="https://redirect.github.com/whitequark/parser/issues/1057">#1057</a>)&quot; (<a href="https://redirect.github.com/whitequark/parser/issues/1058">#1058</a>)</li> <li><a href="https://github.com/whitequark/parser/commit/3d89cb4096d45d6c2800ccb7e21c13bfe269c68a"><code>3d89cb4</code></a> * bump 3.4 branch, remove 3.0 from CI (EOL) (<a href="https://redirect.github.com/whitequark/parser/issues/1057">#1057</a>)</li> <li><a href="https://github.com/whitequark/parser/commit/d2309892eff3b6c22e1f7a655f407f18b54872ca"><code>d230989</code></a> * assert that version-specific checks actually run against at least one versi...</li> <li><a href="https://github.com/whitequark/parser/commit/91a0a6ad31130c7b79957ac74ec9ee438e98ca2d"><code>91a0a6a</code></a> + ruby34.y: reject <code>return</code> in singleton class (<a href="https://redirect.github.com/whitequark/parser/issues/1048">#1048</a>)</li> <li><a href="https://github.com/whitequark/parser/commit/510eba05e51f389dab98d3aaa1cc2ba2ae0a048d"><code>510eba0</code></a> - Fix <code>ruby-parse</code> with a folder ending in <code>.rb</code> (<a href="https://redirect.github.com/whitequark/parser/issues/1047">#1047</a>)</li> <li><a href="https://github.com/whitequark/parser/commit/9a6ee63d123812fa1334d983b2ec6e84b8877f29"><code>9a6ee63</code></a> Update changelog.</li> <li>See full diff in <a href="https://github.com/whitequark/parser/compare/v3.3.6.0...v3.3.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parser&package-manager=bundler&previous-version=3.3.6.0&new-version=3.3.7.0)](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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b6b97d commit 9adf92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ GEM
287287
rexml (>= 3.3.9)
288288
pandoc-ruby (2.1.10)
289289
parallel (1.26.3)
290-
parser (3.3.6.0)
290+
parser (3.3.7.0)
291291
ast (~> 2.4.1)
292292
racc
293293
pg (1.5.9)

0 commit comments

Comments
 (0)