deps(bundler): bump the rubocop group across 1 directory with 3 updates (#6348)

Bumps the rubocop group with 3 updates in the /dependencies directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-rails](https://github.com/rubocop/rubocop-rails) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec).


Updates `rubocop` from 1.66.1 to 1.68.0
- [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.66.1...v1.68.0)

Updates `rubocop-rails` from 2.26.2 to 2.27.0
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.26.2...v2.27.0)

Updates `rubocop-rspec` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rubocop
- dependency-name: rubocop-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rubocop
- dependency-name: rubocop-rspec
  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] 2024-11-14 18:52:58 +01:00 committed by GitHub
parent 6c2f03ffb4
commit 6e23e6e953
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 15 deletions

View file

@ -4,13 +4,13 @@ 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.66.1" gem "rubocop", "~> 1.68.0"
gem "rubocop-github", "~> 0.20.0" gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.36.0" gem "rubocop-minitest", "~> 0.36.0"
gem "rubocop-performance", "~>1.22.1" gem "rubocop-performance", "~>1.22.1"
gem "rubocop-rails", "~> 2.26" gem "rubocop-rails", "~> 2.27"
gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 3.1.0" gem "rubocop-rspec", "~> 3.2.0"
gem "standard", "~>1.41" gem "standard", "~>1.41"
gem "rubocop-capybara", "~> 2.21" gem "rubocop-capybara", "~> 2.21"
gem "rubocop-factory_bot", "~> 2.26" gem "rubocop-factory_bot", "~> 2.26"

View file

@ -1,8 +1,9 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (7.2.1) activesupport (8.0.0)
base64 base64
benchmark (>= 0.3)
bigdecimal bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1) concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5) connection_pool (>= 2.2.5)
@ -12,8 +13,10 @@ GEM
minitest (>= 5.1) minitest (>= 5.1)
securerandom (>= 0.3) securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5) tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
ast (2.4.2) ast (2.4.2)
base64 (0.2.0) base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8) bigdecimal (3.1.8)
concurrent-ruby (1.3.4) concurrent-ruby (1.3.4)
connection_pool (2.4.1) connection_pool (2.4.1)
@ -30,10 +33,10 @@ GEM
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
racc (1.8.1) racc (1.8.1)
rack (3.1.7) rack (3.1.8)
rainbow (3.1.1) rainbow (3.1.1)
regexp_parser (2.9.2) regexp_parser (2.9.2)
rubocop (1.66.1) rubocop (1.68.0)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
@ -43,7 +46,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0) rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0) unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.0) rubocop-ast (1.36.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)
@ -59,24 +62,24 @@ GEM
rubocop-performance (1.22.1) rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0) rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.2) rubocop-rails (2.27.0)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
rack (>= 1.1) rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0) rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0) rubocop-rake (0.6.0)
rubocop (~> 1.0) rubocop (~> 1.0)
rubocop-rspec (3.1.0) rubocop-rspec (3.2.0)
rubocop (~> 1.61) rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0) rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61) rubocop (~> 1.61)
rubocop-rspec (~> 3, >= 3.0.1) rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
securerandom (0.3.1) securerandom (0.3.2)
standard (1.41.1) standard (1.42.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.66.0) rubocop (~> 1.68.0)
standard-custom (~> 1.0.0) standard-custom (~> 1.0.0)
standard-performance (~> 1.5) standard-performance (~> 1.5)
standard-custom (1.0.2) standard-custom (1.0.2)
@ -88,21 +91,22 @@ GEM
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 (2.6.0)
uri (1.0.1)
PLATFORMS PLATFORMS
x86_64-linux x86_64-linux
x86_64-linux-musl x86_64-linux-musl
DEPENDENCIES DEPENDENCIES
rubocop (~> 1.66.1) rubocop (~> 1.68.0)
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.20.0)
rubocop-minitest (~> 0.36.0) rubocop-minitest (~> 0.36.0)
rubocop-performance (~> 1.22.1) rubocop-performance (~> 1.22.1)
rubocop-rails (~> 2.26) rubocop-rails (~> 2.27)
rubocop-rake (~> 0.6.0) rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.1.0) rubocop-rspec (~> 3.2.0)
rubocop-rspec_rails (~> 2.30) rubocop-rspec_rails (~> 2.30)
standard (~> 1.41) standard (~> 1.41)