Skip to content

Commit 8a04e73

Browse files
authored
chore(deps-dev): bump rubocop-rails from 2.34.1 to 2.34.2 (#1162)
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.34.1 to 2.34.2. <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.34.2</h2> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1565">#1565</a>: Make <code>Rails/Presence</code> allow index access methods. (<a href="https://github.com/koic"><code>@​koic</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.34.2 (2025-11-29)</h2> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1565">#1565</a>: Make <code>Rails/Presence</code> allow index access methods. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-rails/commit/7cecff9e65cbdec9d9393799a955f36c4a9b27cd"><code>7cecff9</code></a> Cut 2.34.2</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/c98fc3592327dcc440da038deae130cc89e94d5f"><code>c98fc35</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/c7fa966319fb641e82dabfd7fe43c3022b3c8ab1"><code>c7fa966</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1567">#1567</a> from koic/make_rails_presence_allow_index_access_met...</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/73bae13910fcba5c91d7399f94b3a0d06bf6dbba"><code>73bae13</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1565">#1565</a>] Make <code>Rails/Presence</code> allow index access methods</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/1dc1a63637090cd3f2d121ced16f29b2c138868c"><code>1dc1a63</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1566">#1566</a> from rubocop/dependabot/github_actions/actions/check...</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/ac34a8b0eaad109b07f05e351ca80e2d3dcbdce2"><code>ac34a8b</code></a> Bump actions/checkout from 5 to 6</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/e35c37d4945e7bac70520df49af5b5576eb0f4e3"><code>e35c37d</code></a> Switch back docs version to master</li> <li>See full diff in <a href="https://github.com/rubocop/rubocop-rails/compare/v2.34.1...v2.34.2">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.1&new-version=2.34.2)](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>
2 parents e781b80 + 9f348f3 commit 8a04e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ GEM
696696
rubocop-factory_bot (2.28.0)
697697
lint_roller (~> 1.1)
698698
rubocop (~> 1.72, >= 1.72.1)
699-
rubocop-rails (2.34.1)
699+
rubocop-rails (2.34.2)
700700
activesupport (>= 4.2.0)
701701
lint_roller (~> 1.1)
702702
rack (>= 1.1)

0 commit comments

Comments
 (0)