Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump rubocop-rails from 2.26.2 to 2.27.0 (#69)
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.26.2 to 2.27.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 2.27.0</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1377">#1377</a>: Fix an error for <code>Rails/EnumSyntax</code> when positional arguments are used and options are not passed as keyword arguments. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1367">#1367</a>: Fix <code>Rails/TimeZone</code> should not report offense on <code>String#to_time</code> with timezone specifier. (<a href="https://github.com/armandmgt"><code>@armandmgt</code></a>)</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/727">#727</a>: Disable <code>Rails/TransactionExitStatement</code> on Rails >= 7.2. (<a href="https://github.com/earlopain"><code>@earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1374">#1374</a>: Change <code>Rails/EnvLocal</code> to handle negated conditions. (<a href="https://github.com/fatkodima"><code>@fatkodima</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1195">#1195</a>: Change <code>Rails/SelectMap</code> to handle safe navigation operators. (<a href="https://github.com/fatkodima"><code>@fatkodima</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.27.0 (2024-10-26)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1377">#1377</a>: Fix an error for <code>Rails/EnumSyntax</code> when positional arguments are used and options are not passed as keyword arguments. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1367">#1367</a>: Fix <code>Rails/TimeZone</code> should not report offense on <code>String#to_time</code> with timezone specifier. ([<a href="https://github.com/armandmgt"><code>@armandmgt</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/727">#727</a>: Disable <code>Rails/TransactionExitStatement</code> on Rails >= 7.2. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1374">#1374</a>: Change <code>Rails/EnvLocal</code> to handle negated conditions. ([<a href="https://github.com/fatkodima"><code>@fatkodima</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1195">#1195</a>: Change <code>Rails/SelectMap</code> to handle safe navigation operators. ([<a href="https://github.com/fatkodima"><code>@fatkodima</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-rails/commit/9165c107995bd519fd67276a164e239d65912c2c"><code>9165c10</code></a> Cut 2.27.0</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/f052a898a509f5dc5b85d957ae02a6aebc87624c"><code>f052a89</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/f66b8f7daff567951f4371b8c8b1c185303eecad"><code>f66b8f7</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1378">#1378</a> from koic/fix_an_error_for_rails_enum_syntax</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/94a8370ff480c712214f396ac5eb988d31d0e072"><code>94a8370</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1377">#1377</a>] Fix an error for <code>Rails/EnumSyntax</code></li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/ec31d1b4e916a3204930a471f21842788fd25c12"><code>ec31d1b</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1367">#1367</a> from armandmgt/feature/allow-to_time-with-specifier</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/a413fe6fd1e4f0f2b053f4549a152615004974c2"><code>a413fe6</code></a> Suppress new RuboCop offenses</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/5bc926f1a04548cc27ac56b2ec070f53f2b86652"><code>5bc926f</code></a> Fix <code>Rails/TimeZone</code> should not report offense on <code>String#to_time</code> with timez...</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/209cc093632309b6075ab946dd443ef97730004a"><code>209cc09</code></a> Use RuboCop Performance 1.22</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/2e619f3783213ace534b3d1f1a95a16d7c3ad954"><code>2e619f3</code></a> [Docs] Add <code>TargetRailsVersion</code> to config documentation</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/083e24c10dedfb9513d04105956c2b5b5df1e831"><code>083e24c</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1374">#1374</a> from fatkodima/env_local-handle-negations</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop-rails/compare/v2.26.2...v2.27.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.26.2&new-version=2.27.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>
- Loading branch information