Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Bump the dev-ruby-dependencies group across 1 directory with 4 updates - #215

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/dev-ruby-dependencies-837186666c
Open

Bump the dev-ruby-dependencies group across 1 directory with 4 updates#215
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/dev-ruby-dependencies-837186666c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-ruby-dependencies group with 4 updates in the / directory: irb, rubocop, rubocop-github and ruby-lsp.

Updates irb from 1.16.0 to 1.17.0

Release notes

Sourced from irb's releases.

v1.17.0

What's Changed

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: ruby/irb@v1.16.0...v1.17.0

Commits

Updates rubocop from 1.84.1 to 1.85.1

Release notes

Sourced from rubocop's releases.

RuboCop v1.85.1

Bug fixes

  • #14958: Fix false positives in Style/FileOpen when File.open is passed as an argument or returned from a method. (@​sferik)
  • #14973: Fix Style/ReduceToHash false positive when accumulator is read in key/value. (@​sferik)
  • #14964: Fix false positives in Style/RedundantParentheses when parenthesizing a range in a block body. (@​koic)

Changes

RuboCop v1.85.0

New features

Bug fixes

  • #14829: Allow classes without a superclass in Style/EmptyClassDefinition. (@​koic)
  • #14873: Fix an error in Style/NegatedWhile when the last expression of an until condition is negated. (@​koic)
  • #14827: Improve Style/EmptyClassDefinition message wording. ([@​bbatsov][])
  • #14800: Fix false obsolete configuration error for extracted cops when loaded as plugins. ([@​bbatsov][])
  • #14928: Fix a false positive for Lint/Void when nil is used in case branch. ([@​5hun-s][])
  • #14857: Fix false positives in Style/IfUnlessModifier when modifier forms are used inside string interpolations. (@​koic)
  • #8773: Fix false positives in Style/HashTransformKeys and Style/HashTransformValues. (@​sferik)
  • #6963: Fix false positives in Lint/Void for each blocks where the return value may be meaningful (e.g., Enumerator#each). (@​sferik)
  • #14931: Ignore directive comments inside comments. (@​koic)
  • #14834: Fix Layout/IndentationWidth false positive for chained method blocks when EnforcedStyleAlignWith is start_of_line. ([@​krororo][])
  • #14756: Fix Lint/Void to detect void expressions in case/when branches. ([@​bbatsov][])
  • #14874: Fix a Parser::ClobberingError in Lint/UselessAssignment when autocorrecting a useless assignment that wraps a block containing another useless assignment. (@​koic)
  • #14880: Fix a false negative in Layout/MultilineAssignmentLayout when using numblock or itblock with SupportedTypes: ['block']. ([@​bbatsov][])

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.85.1 (2026-03-03)

Bug fixes

  • #14958: Fix false positives in Style/FileOpen when File.open is passed as an argument or returned from a method. ([@​sferik][])
  • #14973: Fix Style/ReduceToHash false positive when accumulator is read in key/value. ([@​sferik][])
  • #14964: Fix false positives in Style/RedundantParentheses when parenthesizing a range in a block body. ([@​koic][])

Changes

1.85.0 (2026-02-26)

New features

Bug fixes

  • #14829: Allow classes without a superclass in Style/EmptyClassDefinition. ([@​koic][])
  • #14873: Fix an error in Style/NegatedWhile when the last expression of an until condition is negated. ([@​koic][])
  • #14827: Improve Style/EmptyClassDefinition message wording. ([@​bbatsov][])
  • #14800: Fix false obsolete configuration error for extracted cops when loaded as plugins. ([@​bbatsov][])
  • #14928: Fix a false positive for Lint/Void when nil is used in case branch. ([@​5hun-s][])
  • #14857: Fix false positives in Style/IfUnlessModifier when modifier forms are used inside string interpolations. ([@​koic][])
  • #8773: Fix false positives in Style/HashTransformKeys and Style/HashTransformValues. ([@​sferik][])
  • #6963: Fix false positives in Lint/Void for each blocks where the return value may be meaningful (e.g., Enumerator#each). ([@​sferik][])
  • #14931: Ignore directive comments inside comments. ([@​koic][])
  • #14834: Fix Layout/IndentationWidth false positive for chained method blocks when EnforcedStyleAlignWith is start_of_line. ([@​krororo][])
  • #14756: Fix Lint/Void to detect void expressions in case/when branches. ([@​bbatsov][])
  • #14874: Fix a Parser::ClobberingError in Lint/UselessAssignment when autocorrecting a useless assignment that wraps a block containing another useless assignment. ([@​koic][])
  • #14880: Fix a false negative in Layout/MultilineAssignmentLayout when using numblock or itblock with SupportedTypes: ['block']. ([@​bbatsov][])
  • #11462: Fix over-indentation when autocorrecting nested hashes with Layout/FirstHashElementIndentation. ([@​ydakuka][])
  • #14880: Recognize block on different line from left side of multi-line assignment in Layout/MultilineAssignmentLayout. ([@​sanfrecce-osaka][])

... (truncated)

Commits
  • fd07672 Cut 1.85.1
  • 5c41f90 Update Changelog
  • 5e8e492 Merge pull request #14975 from sferik/fix_14973
  • 90f3780 Fix Style/ReduceToHash false positive when accumulator is read in key/value
  • 90c7959 Merge pull request #14972 from lovro-bikic/relevant-options-digest-cache
  • 3c20e8d Cache relevant options digest
  • e305f79 Merge pull request #14969 from lovro-bikic/autoload-formatter-constants
  • 3f0a304 Autoload formatters; they're required only when actually used
  • eb973f4 Merge pull request #14966 from koic/fix_false_positives_in_style_redundant_pa...
  • 3338a40 [Fix #14964] Fix false positives in Style/RedundantParentheses
  • Additional commits viewable in compare view

Updates rubocop-github from 0.26.0 to 0.27.0

Release notes

Sourced from rubocop-github's releases.

v0.27.0

What's Changed

... (truncated)

Changelog

Sourced from rubocop-github's changelog.

rubocop-github

Commits
  • ee52052 Merge pull request #403 from github/bump-version
  • 3e1a5ad Bump the version to 0.27.0
  • 268179f Merge pull request #402 from github/dependabot/bundler/bundler-6efc7144a8
  • b41bf8b Bump nokogiri in the bundler group across 1 directory
  • 7b329ee Merge pull request #401 from github/bump-accepted-ruby-version
  • f90bae2 Test against Ruby 4 too
  • 6a9a0f7 Remove Ruby 3.1 and 3.2 from CI test matrix
  • 2f39a41 Update required Ruby version to >= 3.3
  • ff2fc72 Merge pull request #400 from github/dependabot/github_actions/ruby/setup-ruby...
  • 15614ed Bump ruby/setup-ruby from 1.290.0 to 1.292.0
  • Additional commits viewable in compare view

Updates ruby-lsp from 0.26.5 to 0.26.8

Release notes

Sourced from ruby-lsp's releases.

v0.26.8

🐛 Bug Fixes

📦 Other Changes

v0.26.7

🐛 Bug Fixes

📦 Other Changes

v0.26.6

🐛 Bug Fixes

📦 Other Changes

Commits
  • 177fb2e Bump version to v0.26.8
  • 4d49bc3 Ensure bundle is re-composed when CLI arguments change (#3987)
  • ad931b9 Suppress version manager environment errors from extension telemetry (#4003)
  • a2a7d90 Ensure the original CLI arguments are used when updating (#3986)
  • e93f043 Merge pull request #3999 from Shopify/dependabot/github_actions/actions/setup...
  • c188dc3 Suppress missing Ruby version errors from extension telemetry (#3996)
  • 46e55e4 Suppress Bundler::InstallError from telemetry (#3994)
  • 619f1cf Merge pull request #4001 from Shopify/dependabot/npm_and_yarn/vscode/minor-an...
  • cab4e72 Merge pull request #4000 from Shopify/dependabot/github_actions/ruby/setup-ru...
  • ae999a4 Merge pull request #3998 from Shopify/dependabot/submodules/test/fixtures/pri...
  • Additional commits viewable in compare view

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 commands and options

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 16, 2026
@dependabot
dependabot Bot requested a review from GrantBirki as a code owner March 16, 2026 21:19
@dependabot
dependabot Bot force-pushed the dependabot/bundler/dev-ruby-dependencies-837186666c branch from e004be5 to 61eddc0 Compare March 24, 2026 14:28
Bumps the dev-ruby-dependencies group with 4 updates in the / directory: [irb](https://github.com/ruby/irb), [rubocop](https://github.com/rubocop/rubocop), [rubocop-github](https://github.com/github/rubocop-github) and [ruby-lsp](https://github.com/Shopify/ruby-lsp).


Updates `irb` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.16.0...v1.17.0)

Updates `rubocop` from 1.84.1 to 1.85.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.84.1...v1.85.1)

Updates `rubocop-github` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/github/rubocop-github/releases)
- [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md)
- [Commits](github/rubocop-github@v0.26.0...v0.27.0)

Updates `ruby-lsp` from 0.26.5 to 0.26.8
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.26.5...v0.26.8)

---
updated-dependencies:
- dependency-name: irb
  dependency-version: 1.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-ruby-dependencies
- dependency-name: rubocop
  dependency-version: 1.85.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-ruby-dependencies
- dependency-name: rubocop-github
  dependency-version: 0.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-ruby-dependencies
- dependency-name: ruby-lsp
  dependency-version: 0.26.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-ruby-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/dev-ruby-dependencies-837186666c branch from 61eddc0 to ca031ab Compare March 26, 2026 01:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants