Skip to content

Bump the dev-dependencies group with 9 updates #591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps the dev-dependencies group with 9 updates:

Package From To
rubocop 1.71.0 1.75.2
rubocop-rake 0.6.0 0.7.1
rubocop-shopify 2.15.1 2.16.0
rubocop-sorbet 0.8.7 0.10.0
byebug 11.1.3 12.0.0
sorbet-runtime 0.5.11781 0.5.12010
sorbet 0.5.11781 0.5.12010
tapioca 0.16.8 0.16.11
minitest 5.25.4 5.25.5

Updates rubocop from 1.71.0 to 1.75.2

Release notes

Sourced from rubocop's releases.

RuboCop v1.75.2

Changes

Bug fixes

  • #14041: Fix an error when using ERB templated config YAML with server mode. (@​koic)
  • #14048: Do not emit a warning for a zero-sized file while checking if it is executable. (@​viralpraxis)
  • #14053: Fix incorrect autocorrect for Lint/DeprecatedOpenSSLConstant cipher constant argument is not cbc. (@​koic)
  • #14051: Fix incorrect autocorrect for Style/RedundantCondition when true is used as the true branch and the condition takes arguments. (@​koic)
  • #14062: Fix false positives for Lint/ReturnInVoidContext when returning inside define_method or a nested singleton method. (@​earlopain)
  • #14057: Fix Style/ConditionalAssignment cop error on dynamic string node in branch. (@​viralpraxis)
  • #14047: Fix Style/FrozenStringLiteralComment cop errors on emacs-styled magic comment. (@​viralpraxis)

RuboCop v1.75.1

Changes

  • #14038: Rename EnforcedStyle: allow_named_parameter to EnforcedStyle: only_numbered_parameters in Style/ItBlockParameter. (@​koic)

RuboCop v1.75.0

New features

Bug fixes

  • #14022: Fix an error for Style/HashFetchChain when no arguments are given to fetch. (@​koic)
  • #14028: Fix false negative for Layout/MultilineMethodParameterLineBreaks when class method definitions are used. ([@​vlad-pisanov][])
  • #14027: Fix false negative for Layout/LineLength when autocorrecting class method definitions. ([@​vlad-pisanov][])
  • #8099: Fix infinite loop between Layout/SpaceAroundOperators and Layout/HashAlignment with EnforcedHashRocketStyle being an array containing table. ([@​dvandersluis][])
  • #14021: Fix handling of long heredoc lines with SplitStrings enabled. ([@​mauro-oto][])
  • #13968: Fix InternalAffairs/RedundantDescribedClassAsSubject cop error on missing describe. (@​viralpraxis)
  • #14036: Fix false negative for Lint/ShadowingOuterLocalVariable when block local variable is used inside a condition. (@​lovro-bikic)
  • #13990: Fix a false positive for Lint/UselessAssignment when a variable is reassigned in a different branch. ([@​eugeneius][])
  • #14012: Fix incorrect autocorrections for Style/SoleNestedConditional. (@​lovro-bikic)

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.75.2 (2025-04-03)

Changes

  • #14065: Update Lint/RedundantTypeConversion to register an offense for to_json.to_s. ([@​lovro-bikic][])

Bug fixes

  • #14041: Fix an error when using ERB templated config YAML with server mode. ([@​koic][])
  • #14048: Do not emit a warning for a zero-sized file while checking if it is executable. ([@​viralpraxis][])
  • #14053: Fix incorrect autocorrect for Lint/DeprecatedOpenSSLConstant cipher constant argument is not cbc. ([@​koic][])
  • #14051: Fix incorrect autocorrect for Style/RedundantCondition when true is used as the true branch and the condition takes arguments. ([@​koic][])
  • #14062: Fix false positives for Lint/ReturnInVoidContext when returning inside define_method or a nested singleton method. ([@​earlopain][])
  • #14057: Fix Style/ConditionalAssignment cop error on dynamic string node in branch. ([@​viralpraxis][])
  • #14047: Fix Style/FrozenStringLiteralComment cop errors on emacs-styled magic comment. ([@​viralpraxis][])

1.75.1 (2025-03-26)

Changes

  • #14038: Rename EnforcedStyle: allow_named_parameter to EnforcedStyle: only_numbered_parameters in Style/ItBlockParameter. ([@​koic][])

1.75.0 (2025-03-26)

New features

Bug fixes

  • #14022: Fix an error for Style/HashFetchChain when no arguments are given to fetch. ([@​koic][])
  • #14028: Fix false negative for Layout/MultilineMethodParameterLineBreaks when class method definitions are used. ([@​vlad-pisanov][])
  • #14027: Fix false negative for Layout/LineLength when autocorrecting class method definitions. ([@​vlad-pisanov][])
  • #8099: Fix infinite loop between Layout/SpaceAroundOperators and Layout/HashAlignment with EnforcedHashRocketStyle being an array containing table. ([@​dvandersluis][])
  • #14021: Fix handling of long heredoc lines with SplitStrings enabled. ([@​mauro-oto][])
  • #13968: Fix InternalAffairs/RedundantDescribedClassAsSubject cop error on missing describe. ([@​viralpraxis][])
  • #14036: Fix false negative for Lint/ShadowingOuterLocalVariable when block local variable is used inside a condition. ([@​lovro-bikic][])
  • #13990: Fix a false positive for Lint/UselessAssignment when a variable is reassigned in a different branch. ([@​eugeneius][])
  • #14012: Fix incorrect autocorrections for Style/SoleNestedConditional. ([@​lovro-bikic][])
  • #14020: Fix comment autocorrection for Style/IfInsideElse. ([@​lovro-bikic][])

Changes

... (truncated)

Commits
  • b159321 Cut 1.75.2
  • 919be6b Fix a heading
  • c3d8832 Update Changelog
  • ae1f33c Use RuboCop::AST::Node#any_def_type? method
  • d8e1f94 [Fix #14062] Fix false positives for Lint/ReturnInVoidContext when returnin...
  • f5e9ca9 Use RuboCop Performance 1.25 for development
  • 01d3e9d Merge pull request #14065 from lovro-bikic/redundant-type-conversion-to-json-...
  • bc3f2a6 Make Lint/RedundantTypeConversion register an offense for to_json.to_s
  • 237a95e Merge pull request #14059 from henrik/patch-1
  • 6ddcf46 Merge pull request #14060 from Earlopain/global-std-stream-ractor
  • Additional commits viewable in compare view

Updates rubocop-rake from 0.6.0 to 0.7.1

Release notes

Sourced from rubocop-rake's releases.

RuboCop Rake 0.7.1

Bug fixes

  • #59: Fix incorrect plugin version when displaing rubocop -V. (@​koic)

RuboCop Rake 0.7.0

New features

Changes

  • #57: Drop support Ruby 2.5 and 2.6 for runtime environment. (@​koic)
Changelog

Sourced from rubocop-rake's changelog.

0.7.1 (2025-02-16)

Bug fixes

  • #59: Fix incorrect plugin version when displaing rubocop -V. ([@​koic][])

0.7.0 (2025-02-16)

New features

Changes

  • #57: Drop support Ruby 2.5 and 2.6 for runtime environment. ([@​koic][])
Commits
  • d6fa128 Cut 0.7.1
  • 60d0f3b Merge pull request #59 from koic/fix_incorrect_plugin_version
  • d429b81 Fix incorrect plugin version when displaing rubocop -V
  • 08a84f7 Tweak the changelog
  • 63a3f41 Cut 0.7.0
  • 9a21bfd Merge pull request #58 from koic/plugin_lint_roller
  • 658715c Pluginfy RuboCop Rake
  • bd44ddb Suppress redundant configuration logging for rubocop-rake
  • f5ba565 Merge pull request #57 from koic/require_ruby_27_or_later
  • 13bd9da Drop Ruby 2.5 and 2.6 for runtime environment
  • Additional commits viewable in compare view

Updates rubocop-shopify from 2.15.1 to 2.16.0

Release notes

Sourced from rubocop-shopify's releases.

v2.16.0

What's Changed

  • Drop support to Ruby < 3.1
  • Drop support to Rubocop < 1.62
  • Disable Naming/InclusiveLanguage
  • Allow RBS comments without a leading space

Full Changelog: Shopify/ruby-style-guide@v2.15.1...v2.16.0

Commits
  • e9792bb Merge pull request #693 from Shopify/at--rbs-comment
  • be309d4 Prepare for 2.16.0
  • 7c851d6 Drop support to Rubocop < 1.62
  • 57fee5e Drop Ruby 3.0 support
  • 08bccd4 Upgrade rubocop to 1.72
  • 635bac4 Merge pull request #689 from Shopify/dev-yml
  • cb3edbb Merge pull request #635 from Shopify/dependabot/bundler/rubocop-1.63.4
  • 66f3442 Merge pull request #632 from Shopify/language
  • 6458d74 Merge pull request #630 from Shopify/dependabot/bundler/rubocop-1.63.0
  • c584065 Merge pull request #625 from Shopify/centralize_ruby_version
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.8.7 to 0.10.0

Release notes

Sourced from rubocop-sorbet's releases.

v0.10.0

What's Changed

🚧 Breaking Changes

🐛 Bug Fixes

Full Changelog: Shopify/rubocop-sorbet@v0.9.0...v0.10.0

v0.9.0

What's Changed

✨ Enhancements

🛠 Other Changes

New Contributors

Full Changelog: Shopify/rubocop-sorbet@v0.8.9...v0.9.0

v0.8.9

What's Changed

✨ Enhancements

New Contributors

Full Changelog: Shopify/rubocop-sorbet@v0.8.7...v0.8.9

Commits
  • 9d59780 Bump version to v0.10.0
  • f0c702b Merge pull request #302 from Shopify/dependabot/bundler/minor-and-patch-1f0c7...
  • 9b1f368 Bump rubocop from 1.74.0 to 1.75.1 in the minor-and-patch group
  • 11fea99 Merge pull request #301 from Shopify/uk-fix-plugin-require-logic
  • 23a52cd Make loading the sorbet plugin a responsibility of the app
  • 40e0b0b Do not load plugin class if RuboCop version is too old
  • d380807 We should never need a dependency on lint_roller
  • 4940989 Merge pull request #300 from Shopify/dependabot/bundler/minor-and-patch-4768c...
  • ff062c6 Bump rubocop from 1.73.2 to 1.74.0 in the minor-and-patch group
  • 4215c18 Merge pull request #297 from Shopify/ba-add-missing-allow-rbs-default
  • Additional commits viewable in compare view

Updates byebug from 11.1.3 to 12.0.0

Release notes

Sourced from byebug's releases.

12.0.0

Changed

  • #690: break without any arguments now sets a breakpoint on the current line, just like gdb ([@​sergioro9].

Fixed

  • #741: Small consistency issues in help messages.
  • #743: untracevar command crashing when giving a non existent global variable.
  • #744: Another punctuation tweak in enable breakpoints help message.
  • #736: Skip warning about $SAFE global variable on ruby 2.7 when listing global variables.

Added

Removed

  • Support for MRI 2.4, 2.5, 2.6, 2.7, and 3.0. Byebug no longer installs on this platform.

... (truncated)

Changelog

Sourced from byebug's changelog.

[12.0.0] - 2025-03-25

Changed

  • #690: break without any arguments now sets a breakpoint on the current line, just like gdb ([@​sergioro9].

Fixed

  • #741: Small consistency issues in help messages.
  • #743: untracevar command crashing when giving a non existent global variable.
  • #744: Another punctuation tweak in enable breakpoints help message.
  • #736: Skip warning about $SAFE global variable on ruby 2.7 when listing global variables.

Added

Removed

  • Support for MRI 2.4, 2.5, 2.6, 2.7, and 3.0. Byebug no longer installs on this platform.
Commits
  • d17f48b Merge pull request #855 from deivid-rodriguez/release/12.0.0
  • 3103035 Get ready for 12.0.0 release
  • a5f7249 Merge pull request #850 from deivid-rodriguez/updates
  • 625e212 Upgrade rubocop related gems and fix new offenses
  • 5493f3e Add official support for Ruby 3.1, 3.2, and 3.3
  • 10893e6 Remove unnecessary cache action from Windows workflow
  • b6eeffb Add faraday-retry to fix test warnings
  • 98259a5 Bump pry to 0.15.2
  • 1f6ab2e Bump yard to 0.9.37
  • 3e4162e bundle update rake
  • Additional commits viewable in compare view

Updates sorbet-runtime from 0.5.11781 to 0.5.12010

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.12009.20250411132921-4a1ce8f52

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12009', :group => :development
gem 'sorbet-runtime', '0.5.12009'

sorbet 0.5.12008.20250410210245-2a70421f4

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12008', :group => :development
gem 'sorbet-runtime', '0.5.12008'

sorbet 0.5.12007.20250410135945-0f763549b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12007', :group => :development
gem 'sorbet-runtime', '0.5.12007'

sorbet 0.5.12006.20250410101330-d660cd54a

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12006', :group => :development
gem 'sorbet-runtime', '0.5.12006'

sorbet 0.5.12005.20250410101316-8169bc3e9

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12005', :group => :development
gem 'sorbet-runtime', '0.5.12005'

sorbet 0.5.12004.20250410095208-c3d5a5f0b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12004', :group => :development
gem 'sorbet-runtime', '0.5.12004'

sorbet 0.5.12003.20250409202511-2d2579553

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12003', :group => :development
gem 'sorbet-runtime', '0.5.12003'

sorbet 0.5.12002.20250409183236-fcf342988

... (truncated)

Commits

Updates sorbet from 0.5.11781 to 0.5.12010

Release notes

Sourced from sorbet's releases.

sorbet 0.5.12009.20250411132921-4a1ce8f52

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12009', :group => :development
gem 'sorbet-runtime', '0.5.12009'

sorbet 0.5.12008.20250410210245-2a70421f4

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12008', :group => :development
gem 'sorbet-runtime', '0.5.12008'

sorbet 0.5.12007.20250410135945-0f763549b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12007', :group => :development
gem 'sorbet-runtime', '0.5.12007'

sorbet 0.5.12006.20250410101330-d660cd54a

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12006', :group => :development
gem 'sorbet-runtime', '0.5.12006'

sorbet 0.5.12005.20250410101316-8169bc3e9

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12005', :group => :development
gem 'sorbet-runtime', '0.5.12005'

sorbet 0.5.12004.20250410095208-c3d5a5f0b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12004', :group => :development
gem 'sorbet-runtime', '0.5.12004'

sorbet 0.5.12003.20250409202511-2d2579553

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.12003', :group => :development
gem 'sorbet-runtime', '0.5.12003'

sorbet 0.5.12002.20250409183236-fcf342988

... (truncated)

Commits

Updates tapioca from 0.16.8 to 0.16.11

Release notes

Sourced from tapioca's releases.

v0.16.11

What's Changed

✨ Enhancements

🐛 Bug Fixes

Full Changelog: Shopify/tapioca@v0.16.10...v0.16.11

v0.16.10

What's Changed

✨ Enhancements

Full Changelog: Shopify/tapioca@v0.16.9...v0.16.10

v0.16.9

What's Changed

✨ Enhancements

🐛 Bug Fixes

Full Changelog: Shopify/tapioca@v0.16.8...v0.16.9

Commits
  • 3008dfe Bump version to v0.16.11
  • 5980758 Merge pull request #2211 from Shopify/ko/bump-tapioca-addon
  • e0069de Bump add-on version to v0.1.3
  • e7641cf Merge pull request #2207 from Shopify/ko/addon-exit
  • d14f363 Update stderr output expectations
  • 6c5a678 Raise Thor::Error instead of exit
  • 73381f3 Merge pull request #2203 from Shopify/uk-consider-more-subconstants
  • 21dd01c Bump gem RBI files
  • 237189f Start using a newer version of json with the subconstant problem
  • ecfb0c7 Stop ignoring symbols in payload when discovering subconstants
  • Additional commits viewable in compare view

Updates minitest from 5.25.4 to 5.25.5

Changelog

Sourced from minitest's changelog.

=== 5.25.5 / 2025-03-12

  • 4 bug fixes:

    • Bumped minimum ruby to 2.7.
    • Fixed expectation docs for must/wont_pattern_match. (jaredcwhite)
    • Reorder Minitest::Test.ancestors to allow reaching Minitest::Assertions#skipped? (Edouard-chin)
    • Update the ruby and rails compatibility tables. (bquorning)
Commits
  • 4dcad89 prepped for release
  • 8e2f840 - Bumped minimum ruby to 2.7.
  • 7b63c6c Added notice to readme about development versions
  • 7b88058 - Update the ruby and rails compatibility tables. (bquorning)
  • 55ad48a - Reorder Minitest::Test.ancestors to allow reaching Minitest::Assertions#ski...
  • 06bae5b Added ruby 3.4 to CI
  • 8a59450 - Fixed expectation docs for must/wont_pattern_match. (jaredcwhite)
  • See full diff 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 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

Bumps the dev-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [rubocop](https://github.com/rubocop/rubocop) | `1.71.0` | `1.75.2` |
| [rubocop-rake](https://github.com/rubocop/rubocop-rake) | `0.6.0` | `0.7.1` |
| [rubocop-shopify](https://github.com/Shopify/ruby-style-guide) | `2.15.1` | `2.16.0` |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.8.7` | `0.10.0` |
| [byebug](https://github.com/deivid-rodriguez/byebug) | `11.1.3` | `12.0.0` |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11781` | `0.5.12010` |
| [sorbet](https://github.com/sorbet/sorbet) | `0.5.11781` | `0.5.12010` |
| [tapioca](https://github.com/Shopify/tapioca) | `0.16.8` | `0.16.11` |
| [minitest](https://github.com/minitest/minitest) | `5.25.4` | `5.25.5` |


Updates `rubocop` from 1.71.0 to 1.75.2
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.71.0...v1.75.2)

Updates `rubocop-rake` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/rubocop/rubocop-rake/releases)
- [Changelog](https://github.com/rubocop/rubocop-rake/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rake@v0.6.0...v0.7.1)

Updates `rubocop-shopify` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/Shopify/ruby-style-guide/releases)
- [Commits](Shopify/ruby-style-guide@v2.15.1...v2.16.0)

Updates `rubocop-sorbet` from 0.8.7 to 0.10.0
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.8.7...v0.10.0)

Updates `byebug` from 11.1.3 to 12.0.0
- [Release notes](https://github.com/deivid-rodriguez/byebug/releases)
- [Changelog](https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md)
- [Commits](deivid-rodriguez/byebug@v11.1.3...v12.0.0)

Updates `sorbet-runtime` from 0.5.11781 to 0.5.12010
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet` from 0.5.11781 to 0.5.12010
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `tapioca` from 0.16.8 to 0.16.11
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.16.8...v0.16.11)

Updates `minitest` from 5.25.4 to 5.25.5
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.25.4...v5.25.5)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.75.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: rubocop-rake
  dependency-version: 0.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: rubocop-shopify
  dependency-version: 2.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: rubocop-sorbet
  dependency-version: 0.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: byebug
  dependency-version: 12.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: sorbet-runtime
  dependency-version: 0.5.12010
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sorbet
  dependency-version: 0.5.12010
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tapioca
  dependency-version: 0.16.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: minitest
  dependency-version: 5.25.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Apr 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 14, 2025 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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