deps(bundler): bump rubocop-rspec from 2.29.2 to 2.30.0 in /dependencies (#5722)

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.29.2 to 2.30.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/v2.29.2...v2.30.0)

---
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-06-03 14:25:58 +00:00 committed by GitHub
parent c8ba104274
commit e7de5fae80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 7 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.29.2"
gem "rubocop-rspec", "~> 2.30.0"
gem "standard", "~>1.35"

View file

@ -25,14 +25,15 @@ GEM
minitest (5.22.3)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.3.1.0)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
racc (1.7.3)
racc (1.8.0)
rack (3.0.10)
rainbow (3.1.1)
regexp_parser (2.9.0)
rexml (3.2.6)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
@ -67,7 +68,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.29.2)
rubocop-rspec (2.30.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
@ -87,6 +88,7 @@ GEM
standard-performance (1.3.1)
lint_roller (~> 1.1)
rubocop-performance (~> 1.20.2)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
@ -101,7 +103,7 @@ DEPENDENCIES
rubocop-performance (~> 1.20.2)
rubocop-rails (~> 2.24)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.29.2)
rubocop-rspec (~> 2.30.0)
standard (~> 1.35)
BUNDLED WITH