Bump rubocop-rspec from 2.19.0 to 2.23.2 in /dependencies (#4547)

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.19.0 to 2.23.2.
- [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.19.0...v2.23.2)

---
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] 2023-08-17 15:11:52 +00:00 committed by GitHub
parent 9f2ea548d2
commit 35efaac1c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.31.0"
gem "rubocop-performance", "~>1.16.0"
gem "rubocop-rails", "~> 2.20"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.19.0"
gem "rubocop-rspec", "~> 2.23.2"
gem "standard", "~>1.25"

View file

@ -36,6 +36,8 @@ GEM
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-github (0.20.0)
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
@ -51,9 +53,10 @@ GEM
rubocop (>= 1.33.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.19.0)
rubocop-rspec (2.23.2)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
standard (1.26.0)
language_server-protocol (~> 3.17.0.2)
@ -73,7 +76,7 @@ DEPENDENCIES
rubocop-performance (~> 1.16.0)
rubocop-rails (~> 2.20)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.19.0)
rubocop-rspec (~> 2.23.2)
standard (~> 1.25)
BUNDLED WITH