deps(bundler): bump rubocop-rspec from 2.27.1 to 2.29.1 in /dependencies (#5476)

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.27.1 to 2.29.1.
- [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/v2.27.1...v2.29.1)

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

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-04-05 09:40:07 +02:00 committed by GitHub
parent c17fde6fea
commit 5fe65e52ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View file

@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.35.0"
gem "rubocop-performance", "~>1.20.2"
gem "rubocop-rails", "~> 2.24"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.27.1"
gem "rubocop-rspec", "~> 2.29.1"
gem "standard", "~>1.35"

View file

@ -19,7 +19,7 @@ GEM
drb (2.2.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
json (2.7.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
minitest (5.22.3)
@ -67,10 +67,13 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.27.1)
rubocop-rspec (2.29.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.2)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
@ -98,7 +101,7 @@ DEPENDENCIES
rubocop-performance (~> 1.20.2)
rubocop-rails (~> 2.24)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.27.1)
rubocop-rspec (~> 2.29.1)
standard (~> 1.35)
BUNDLED WITH