Skip to content

Commit 4e3d24f

Browse files
authored
build(deps-dev): bump rubocop-rails from 2.34.1 to 2.34.2 in the all-dependencies group (#200)
Bumps the all-dependencies group with 1 update: [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `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 <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 dcbe4b4 + 486bad5 commit 4e3d24f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GEM
3131
bigdecimal (3.3.1)
3232
builder (3.3.0)
3333
concurrent-ruby (1.3.5)
34-
connection_pool (2.5.4)
34+
connection_pool (2.5.5)
3535
crass (1.0.6)
3636
diff-lcs (1.6.2)
3737
drb (2.2.3)
@@ -104,7 +104,7 @@ GEM
104104
lint_roller (~> 1.1)
105105
rubocop (>= 1.75.0, < 2.0)
106106
rubocop-ast (>= 1.47.1, < 2.0)
107-
rubocop-rails (2.34.1)
107+
rubocop-rails (2.34.2)
108108
activesupport (>= 4.2.0)
109109
lint_roller (~> 1.1)
110110
rack (>= 1.1)

0 commit comments

Comments
 (0)