deps(bundler): bump the rubocop group in /dependencies with 2 updates (#6602)

Bumps the rubocop group in /dependencies with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-github](https://github.com/github/rubocop-github).


Updates `rubocop` from 1.68.0 to 1.71.2
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.68.0...v1.71.2)

Updates `rubocop-github` from 0.20.0 to 0.22.0
- [Release notes](https://github.com/github/rubocop-github/releases)
- [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/rubocop-github/compare/v0.20.0...v0.22.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rubocop
- dependency-name: rubocop-github
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rubocop
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-26 10:26:36 +00:00 committed by GitHub
parent f7cbf336aa
commit d85ded7e65
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 15 deletions

View file

@ -4,8 +4,8 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 1.68.0" gem "rubocop", "~> 1.71.2"
gem "rubocop-github", "~> 0.20.0" gem "rubocop-github", "~> 0.22.0"
gem "rubocop-minitest", "~> 0.37.0" gem "rubocop-minitest", "~> 0.37.0"
gem "rubocop-performance", "~>1.23.1" gem "rubocop-performance", "~>1.23.1"
gem "rubocop-rails", "~> 2.29" gem "rubocop-rails", "~> 2.29"

View file

@ -36,23 +36,23 @@ GEM
rack (3.1.10) rack (3.1.10)
rainbow (3.1.1) rainbow (3.1.1)
regexp_parser (2.10.0) regexp_parser (2.10.0)
rubocop (1.68.0) rubocop (1.71.2)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.3.0.2) parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0) regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0) rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0) unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0) rubocop-ast (1.38.1)
parser (>= 3.3.1.0) parser (>= 3.3.1.0)
rubocop-capybara (2.21.0) rubocop-capybara (2.21.0)
rubocop (~> 1.41) rubocop (~> 1.41)
rubocop-factory_bot (2.26.1) rubocop-factory_bot (2.26.1)
rubocop (~> 1.61) rubocop (~> 1.61)
rubocop-github (0.20.0) rubocop-github (0.22.0)
rubocop (>= 1.37) rubocop (>= 1.37)
rubocop-performance (>= 1.15) rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17) rubocop-rails (>= 2.17)
@ -77,12 +77,12 @@ GEM
rubocop-rspec (~> 3, >= 3.0.1) rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
securerandom (0.4.1) securerandom (0.4.1)
standard (1.42.1) standard (1.45.0)
language_server-protocol (~> 3.17.0.2) language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0) lint_roller (~> 1.0)
rubocop (~> 1.68.0) rubocop (~> 1.71.0)
standard-custom (~> 1.0.0) standard-custom (~> 1.0.0)
standard-performance (~> 1.5) standard-performance (~> 1.6)
standard-custom (1.0.2) standard-custom (1.0.2)
lint_roller (~> 1.0) lint_roller (~> 1.0)
rubocop (~> 1.50) rubocop (~> 1.50)
@ -91,18 +91,20 @@ GEM
rubocop-performance (~> 1.23.0) rubocop-performance (~> 1.23.0)
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0) unicode-display_width (3.1.4)
uri (1.0.2) unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.3)
PLATFORMS PLATFORMS
x86_64-linux x86_64-linux
x86_64-linux-musl x86_64-linux-musl
DEPENDENCIES DEPENDENCIES
rubocop (~> 1.68.0) rubocop (~> 1.71.2)
rubocop-capybara (~> 2.21) rubocop-capybara (~> 2.21)
rubocop-factory_bot (~> 2.26) rubocop-factory_bot (~> 2.26)
rubocop-github (~> 0.20.0) rubocop-github (~> 0.22.0)
rubocop-minitest (~> 0.37.0) rubocop-minitest (~> 0.37.0)
rubocop-performance (~> 1.23.1) rubocop-performance (~> 1.23.1)
rubocop-rails (~> 2.29) rubocop-rails (~> 2.29)