mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Bump rubocop-rspec from 2.23.2 to 2.24.0 in /dependencies (#4641)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.23.2 to 2.24.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.23.2...v2.24.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:
parent
5804ed60f7
commit
fa1c0cb8b9
2 changed files with 3 additions and 3 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.31.0"
|
|||
gem "rubocop-performance", "~>1.19.0"
|
||||
gem "rubocop-rails", "~> 2.20"
|
||||
gem "rubocop-rake", "~> 0.6.0"
|
||||
gem "rubocop-rspec", "~> 2.23.2"
|
||||
gem "rubocop-rspec", "~> 2.24.0"
|
||||
gem "standard", "~>1.31"
|
||||
|
|
4
dependencies/Gemfile.lock
vendored
4
dependencies/Gemfile.lock
vendored
|
@ -57,7 +57,7 @@ GEM
|
|||
rubocop (>= 1.33.0, < 2.0)
|
||||
rubocop-rake (0.6.0)
|
||||
rubocop (~> 1.0)
|
||||
rubocop-rspec (2.23.2)
|
||||
rubocop-rspec (2.24.0)
|
||||
rubocop (~> 1.33)
|
||||
rubocop-capybara (~> 2.17)
|
||||
rubocop-factory_bot (~> 2.22)
|
||||
|
@ -88,7 +88,7 @@ DEPENDENCIES
|
|||
rubocop-performance (~> 1.19.0)
|
||||
rubocop-rails (~> 2.20)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
rubocop-rspec (~> 2.23.2)
|
||||
rubocop-rspec (~> 2.24.0)
|
||||
standard (~> 1.31)
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
Loading…
Reference in a new issue