Skip to content

Commit 73a6728

Browse files
authored
build(deps-dev): bump rubocop-rails from 2.34.3 to 2.35.0 in the all-dependencies group (#246)
Bumps the all-dependencies group with 1 update: [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rubocop-rails` from 2.34.3 to 2.35.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-rails/releases">rubocop-rails's releases</a>.</em></p> <blockquote> <h2>RuboCop Rails v2.35.0</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1595">#1595</a>: Fix a false negative for <code>Rails/I18nLocaleTexts</code> when using <code>redirect_back_or_to</code> with a flash message. (<a href="https://github.com/55728"><code>@​55728</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1587">#1587</a>: Fix false positives for <code>Rails/Presence</code> with operator methods like <code>&lt;&lt;</code>, <code>=~</code>, and others. (<a href="https://github.com/eugeneius"><code>@​eugeneius</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1586">#1586</a>: Don't add unnecessary parentheses in <code>Rails/Presence</code>. (<a href="https://github.com/eugeneius"><code>@​eugeneius</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1602">#1602</a>: Fix an error in <code>Rails/SelectMap</code> when <code>.select</code> appears inside a subquery in an argument. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1604">#1604</a>: Allow <code>DatabaseTypeResolvable</code> to fall back to an <code>adapter</code> configuration specified in a <code>shared</code> key. (<a href="https://github.com/codergeek121"><code>@​codergeek121</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1582">#1582</a>: Fix a false negative where <code>local</code> was incorrectly treated as a known environment name when using <code>==</code> comparison in <code>Rails/UnknownEnv</code>. (<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>)</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1571">#1571</a>: Add more detection patterns on <code>Rails/ResponseParsedBody</code>. (<a href="https://github.com/r7kamura"><code>@​r7kamura</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1583">#1583</a>: Extend <code>Rails/StrongParametersExpect</code> to detect <code>params[:key]</code> in method calls and raising finder methods. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1584">#1584</a>: Add support for <code>case</code> statements to <code>Rails/UnknownEnv</code>. (<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1592">#1592</a>: Fix false negative for <code>!=</code> comparison in <code>Rails/UnknownEnv</code>. (<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1598">#1598</a>: Use glob patterns compatible with Engine or Packwerk for cops targeting <code>spec/</code> and <code>test/</code> directories. (<a href="https://github.com/y-yagi"><code>@​y-yagi</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md">rubocop-rails's changelog</a>.</em></p> <blockquote> <h2>2.35.0 (2026-05-09)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1595">#1595</a>: Fix a false negative for <code>Rails/I18nLocaleTexts</code> when using <code>redirect_back_or_to</code> with a flash message. ([<a href="https://github.com/55728"><code>@​55728</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1587">#1587</a>: Fix false positives for <code>Rails/Presence</code> with operator methods like <code>&lt;&lt;</code>, <code>=~</code>, and others. ([<a href="https://github.com/eugeneius"><code>@​eugeneius</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1586">#1586</a>: Don't add unnecessary parentheses in <code>Rails/Presence</code>. ([<a href="https://github.com/eugeneius"><code>@​eugeneius</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1602">#1602</a>: Fix an error in <code>Rails/SelectMap</code> when <code>.select</code> appears inside a subquery in an argument. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1604">#1604</a>: Allow <code>DatabaseTypeResolvable</code> to fall back to an <code>adapter</code> configuration specified in a <code>shared</code> key. ([<a href="https://github.com/codergeek121"><code>@​codergeek121</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1582">#1582</a>: Fix a false negative where <code>local</code> was incorrectly treated as a known environment name when using <code>==</code> comparison in <code>Rails/UnknownEnv</code>. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1571">#1571</a>: Add more detection patterns on <code>Rails/ResponseParsedBody</code>. ([<a href="https://github.com/r7kamura"><code>@​r7kamura</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1583">#1583</a>: Extend <code>Rails/StrongParametersExpect</code> to detect <code>params[:key]</code> in method calls and raising finder methods. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1584">#1584</a>: Add support for <code>case</code> statements to <code>Rails/UnknownEnv</code>. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1592">#1592</a>: Fix false negative for <code>!=</code> comparison in <code>Rails/UnknownEnv</code>. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1598">#1598</a>: Use glob patterns compatible with Engine or Packwerk for cops targeting <code>spec/</code> and <code>test/</code> directories. ([<a href="https://github.com/y-yagi"><code>@​y-yagi</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-rails/commit/aa320da089131dd1148148a9be5ff2863d282473"><code>aa320da</code></a> Cut 2.35.0</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/9b730e1266ef34a49567d55d1e21f68f9aef03dc"><code>9b730e1</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/6fa91dda739038f4f0f7fa415d54cf0e741ee7ab"><code>6fa91dd</code></a> Fix <code>KeyError</code> when <code>shared</code> key has no <code>adapter</code> in <code>database.yml</code></li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/7fc1595bc53caa814893fe6709665120ff3e4d5d"><code>7fc1595</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1605">#1605</a> from codergeek121/support-shared-key</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/2201f5ddef11378bb9c2a4ff2580b8da7ca78f0c"><code>2201f5d</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1603">#1603</a> from koic/fix_an_error_in_rails_select_map</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/82b8037ff6b585a3b9c2b4a4eb29f404037215e0"><code>82b8037</code></a> Fix support for shared key in database.yml</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/072a55539485f48b2e37d86d8a3f74cdc9c64c10"><code>072a555</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1602">#1602</a>] Fix an error in <code>Rails/SelectMap</code></li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/bf79547499d0d2fd54b17ff13fb2c654fe320e1c"><code>bf79547</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1597">#1597</a> from 55728/fix-i18n-locale-texts-redirect-back-or-to</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/89a21e86e658c85c4bd4e359403b1bd0425b427c"><code>89a21e8</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1595">#1595</a>] Fix a false negative for <code>Rails/I18nLocaleTexts</code> when using `redi...</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/2a59f84974354df4477ffb08b6b8be2939e45c5f"><code>2a59f84</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1598">#1598</a> from y-yagi/globs_cops_for_test</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop-rails/compare/v2.34.3...v2.35.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop-rails&package-manager=bundler&previous-version=2.34.3&new-version=2.35.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 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 dab5186 + fecde0a commit 73a6728

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ GEM
2828
uri (>= 0.13.1)
2929
ast (2.4.3)
3030
base64 (0.3.0)
31-
bigdecimal (4.1.0)
31+
bigdecimal (4.1.2)
3232
builder (3.3.0)
3333
concurrent-ruby (1.3.6)
3434
connection_pool (3.0.2)
@@ -38,7 +38,7 @@ GEM
3838
erubi (1.13.1)
3939
i18n (1.14.8)
4040
concurrent-ruby (~> 1.0)
41-
json (2.19.3)
41+
json (2.19.5)
4242
language_server-protocol (3.17.0.5)
4343
lint_roller (1.1.0)
4444
logger (1.7.0)
@@ -106,7 +106,7 @@ GEM
106106
lint_roller (~> 1.1)
107107
rubocop (>= 1.75.0, < 2.0)
108108
rubocop-ast (>= 1.47.1, < 2.0)
109-
rubocop-rails (2.34.3)
109+
rubocop-rails (2.35.0)
110110
activesupport (>= 4.2.0)
111111
lint_roller (~> 1.1)
112112
rack (>= 1.1)

0 commit comments

Comments
 (0)