Skip to content

Commit ae91507

Browse files
authored
chore(deps): bump the bundler group with 2 updates (#185)
Bumps the bundler group with 2 updates: [prism](https://github.com/ruby/prism) and [rubocop-ast](https://github.com/rubocop/rubocop-ast). Updates `prism` from 1.3.0 to 1.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ruby/prism/releases">prism's releases</a>.</em></p> <blockquote> <h2>v1.4.0</h2> <h2>Added</h2> <ul> <li>Support <code>3.5</code> as a version option.</li> <li>Many, many compatibility fixes for the parser translation layer.</li> <li>Handle escapes in named capture names.</li> <li>The <code>freeze</code> option is added to the various <code>Prism::</code> APIs to deeply freeze the AST.</li> <li>Properly support <code>it</code> for the parser and ruby_parser translation layers.</li> <li>Track the <code>then</code> keyword on <code>rescue</code> nodes.</li> <li>Add a <code>multiple_statements?</code> flag to parentheses nodes to support desired <code>defined?</code> behavior.</li> </ul> <h2>Changed</h2> <ul> <li>The strings used in the AST are now frozen.</li> <li>Fixed handling escaped characters after control sequences in character literals.</li> <li>Fix reading off the end of an unterminated global variable.</li> <li>Raise a syntax error for defining <code>[]=</code> with endless method syntax.</li> <li>Increase value of <code>PRISM_DEPTH_MAXIMUM</code> to <code>10000</code>.</li> <li>Freeze <code>Prism::VERSION</code>.</li> <li>Fix up rescue modifier precedence.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ruby/prism/blob/main/CHANGELOG.md">prism's changelog</a>.</em></p> <blockquote> <h2>[1.4.0] - 2025-03-18</h2> <h3>Added</h3> <ul> <li>Support <code>3.5</code> as a version option.</li> <li>Many, many compatibility fixes for the parser translation layer.</li> <li>Handle escapes in named capture names.</li> <li>The <code>freeze</code> option is added to the various <code>Prism::</code> APIs to deeply freeze the AST.</li> <li>Properly support <code>it</code> for the parser and ruby_parser translation layers.</li> <li>Track the <code>then</code> keyword on <code>rescue</code> nodes.</li> <li>Add a <code>multiple_statements?</code> flag to parentheses nodes to support desired <code>defined?</code> behavior.</li> </ul> <h3>Changed</h3> <ul> <li>The strings used in the AST are now frozen.</li> <li>Fixed handling escaped characters after control sequences in character literals.</li> <li>Fix reading off the end of an unterminated global variable.</li> <li>Raise a syntax error for defining <code>[]=</code> with endless method syntax.</li> <li>Increase value of <code>PRISM_DEPTH_MAXIMUM</code> to <code>10000</code>.</li> <li>Freeze <code>Prism::VERSION</code>.</li> <li>Fix up rescue modifier precedence.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/prism/commit/1463122480f078562809d8f0c9802419c2fb3c31"><code>1463122</code></a> Merge pull request <a href="https://redirect.github.com/ruby/prism/issues/3500">#3500</a> from ruby/bump-version</li> <li><a href="https://github.com/ruby/prism/commit/71d31db49672cb2483eb9ef06ebbea9ad69094f0"><code>71d31db</code></a> Bump to v1.4.0</li> <li><a href="https://github.com/ruby/prism/commit/e8f784e0ddbbc85092c1c5a5fac33d4a6f5a214e"><code>e8f784e</code></a> Merge pull request <a href="https://redirect.github.com/ruby/prism/issues/3499">#3499</a> from ruby/concat-xstrings</li> <li><a href="https://github.com/ruby/prism/commit/f734350499c4f230b3253f1b45000de79cd98e7e"><code>f734350</code></a> Make xstrings concat syntax error</li> <li><a href="https://github.com/ruby/prism/commit/cec425c65ad925e9d171939a3487261756831aeb"><code>cec425c</code></a> Merge pull request <a href="https://redirect.github.com/ruby/prism/issues/3498">#3498</a> from ruby/update-trufflruby</li> <li><a href="https://github.com/ruby/prism/commit/2afe89f8ce3b19b7a8d3fb12e34396798becc021"><code>2afe89f</code></a> Update truffleruby version</li> <li><a href="https://github.com/ruby/prism/commit/55408bf103eba204adfc3f056b2840e771f319dc"><code>55408bf</code></a> Merge pull request <a href="https://redirect.github.com/ruby/prism/issues/3496">#3496</a> from ruby/multiple-statements-flag</li> <li><a href="https://github.com/ruby/prism/commit/b63b5d67a9923f17d3005a0ac1d1bf2ea0bcff1f"><code>b63b5d6</code></a> Add a multiple statements flag to parentheses</li> <li><a href="https://github.com/ruby/prism/commit/5c0404568768a010e9a04107aa6f3fe91c1a0dd4"><code>5c04045</code></a> Merge pull request <a href="https://redirect.github.com/ruby/prism/issues/3495">#3495</a> from ruby/dont-require-set-until-needed</li> <li><a href="https://github.com/ruby/prism/commit/422d5c4c649eed8cbabadc86557d65779f069759"><code>422d5c4</code></a> Use Set.new over to_set</li> <li>Additional commits viewable in <a href="https://github.com/ruby/prism/compare/v1.3.0...v1.4.0">compare view</a></li> </ul> </details> <br /> Updates `rubocop-ast` from 1.39.0 to 1.40.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-ast/releases">rubocop-ast's releases</a>.</em></p> <blockquote> <h2>RuboCop AST v1.40.0</h2> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-ast/pull/354">#354</a>: Use <code>Prism::Translation::Parser::Builder</code> when parsing with prism. (<a href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md">rubocop-ast's changelog</a>.</em></p> <blockquote> <h2>1.40.0 (2025-03-19)</h2> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-ast/pull/354">#354</a>: Use <code>Prism::Translation::Parser::Builder</code> when parsing with prism. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-ast/commit/4c909cdd5c2af358e0c5175ff15ac64b37937f3d"><code>4c909cd</code></a> Cut 1.40.0</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/de39bf4322fc718ada84a92a757cfd46dce13239"><code>de39bf4</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/18dd4598289145f7bc4ec18f0c33036d1369c2ad"><code>18dd459</code></a> Enforce a minimum version for prism</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/fee07803b3024f3632ff92e0ef626fd734f4cb1f"><code>fee0780</code></a> Use the custom builder provided by prism</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/8cb89880f2c2919d5bdf311ad160969294b5b870"><code>8cb8988</code></a> Add a release note of 1.39.0</li> <li><a href="https://github.com/rubocop/rubocop-ast/commit/a18af198bb938c1189c52fa7d2c043c286dce654"><code>a18af19</code></a> Restore docs/antora.yml</li> <li>See full diff in <a href="https://github.com/rubocop/rubocop-ast/compare/v1.39.0...v1.40.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents 86270ca + 602df07 commit ae91507

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ GEM
195195
prime (0.1.3)
196196
forwardable
197197
singleton
198-
prism (1.3.0)
198+
prism (1.4.0)
199199
pry (0.14.2)
200200
coderay (~> 1.1)
201201
method_source (~> 1.0)
@@ -262,7 +262,7 @@ GEM
262262
rexml
263263
rubocop (0.7.2)
264264
rainbow (>= 1.1.4)
265-
rubocop-ast (1.39.0)
265+
rubocop-ast (1.40.0)
266266
parser (>= 3.3.1.0)
267267
ruby-progressbar (1.13.0)
268268
ruby2_keywords (0.0.5)

0 commit comments

Comments
 (0)