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

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.26.1 to 2.27.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.26.1...v2.27.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-03-04 18:49:13 +01:00 committed by GitHub
parent af522a60bb
commit 630d44b158
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.34.5"
gem "rubocop-performance", "~>1.20.2"
gem "rubocop-rails", "~> 2.23"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.26.1"
gem "rubocop-rspec", "~> 2.27.1"
gem "standard", "~>1.34"

View file

@ -45,8 +45,8 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.1)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
@ -68,7 +68,7 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.26.1)
rubocop-rspec (2.27.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
@ -100,7 +100,7 @@ DEPENDENCIES
rubocop-performance (~> 1.20.2)
rubocop-rails (~> 2.23)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.26.1)
rubocop-rspec (~> 2.27.1)
standard (~> 1.34)
BUNDLED WITH