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

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


Updates `rubocop-performance` from 1.22.1 to 1.23.1
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.22.1...v1.23.1)

Updates `rubocop-rails` from 2.27.0 to 2.29.1
- [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.27.0...v2.29.1)

Updates `rubocop-rspec` from 3.2.0 to 3.4.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.2.0...v3.4.0)

---
updated-dependencies:
- dependency-name: rubocop-performance
  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>
This commit is contained in:
dependabot[bot] 2025-01-27 14:05:09 +00:00 committed by GitHub
parent 4c666df3c9
commit 987590dd3b
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 25 additions and 25 deletions

View file

@ -7,10 +7,10 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 1.68.0"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.36.0"
gem "rubocop-performance", "~>1.22.1"
gem "rubocop-rails", "~> 2.27"
gem "rubocop-performance", "~>1.23.1"
gem "rubocop-rails", "~> 2.29"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 3.2.0"
gem "rubocop-rspec", "~> 3.4.0"
gem "standard", "~>1.42"
gem "rubocop-capybara", "~> 2.21"
gem "rubocop-factory_bot", "~> 2.26"

View file

@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.0)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
@ -17,25 +17,25 @@ GEM
ast (2.4.2)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
drb (2.2.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.8.2)
language_server-protocol (3.17.0.3)
json (2.9.1)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
logger (1.6.1)
minitest (5.25.1)
logger (1.6.5)
minitest (5.25.4)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rack (3.1.8)
rainbow (3.1.1)
regexp_parser (2.9.2)
regexp_parser (2.10.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
@ -46,7 +46,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
@ -59,23 +59,23 @@ GEM
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.22.1)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.27.0)
rubocop-rails (2.29.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.2.0)
rubocop-rspec (3.4.0)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0)
securerandom (0.3.2)
securerandom (0.4.1)
standard (1.42.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
@ -85,13 +85,13 @@ GEM
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.5.0)
standard-performance (1.6.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.22.0)
rubocop-performance (~> 1.23.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.1)
uri (1.0.2)
PLATFORMS
x86_64-linux
@ -103,10 +103,10 @@ DEPENDENCIES
rubocop-factory_bot (~> 2.26)
rubocop-github (~> 0.20.0)
rubocop-minitest (~> 0.36.0)
rubocop-performance (~> 1.22.1)
rubocop-rails (~> 2.27)
rubocop-performance (~> 1.23.1)
rubocop-rails (~> 2.29)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.2.0)
rubocop-rspec (~> 3.4.0)
rubocop-rspec_rails (~> 2.30)
standard (~> 1.42)