Skip to content

Commit

Permalink
Bump rubocop-rails from 2.26.2 to 2.27.0 (#69)
Browse files Browse the repository at this point in the history
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 &gt;= 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 &gt;= 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
jgarber623-cargosense authored Nov 4, 2024
2 parents e5ae9ea + e751cfd commit 84e8641
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.1.1)
activesupport (7.2.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand All @@ -27,13 +28,14 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
ast (2.4.2)
base64 (0.2.0)
benchmark (0.3.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
drb (2.2.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.5)
json (2.7.6)
language_server-protocol (3.17.0.3)
logger (1.6.1)
minitest (5.25.1)
Expand All @@ -56,7 +58,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.0)
rubocop-ast (1.33.1)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand All @@ -67,7 +69,7 @@ GEM
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.2)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down

0 comments on commit 84e8641

Please sign in to comment.