mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Bump rubocop-rspec from 2.24.1 to 2.25.0 in /dependencies (#4808)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.24.1 to 2.25.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.24.1...v2.25.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
9ac420a9a6
commit
ff6bc6aa7e
2 changed files with 4 additions and 4 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.33.0"
|
|||
gem "rubocop-performance", "~>1.19.1"
|
||||
gem "rubocop-rails", "~> 2.21"
|
||||
gem "rubocop-rake", "~> 0.6.0"
|
||||
gem "rubocop-rspec", "~> 2.24.1"
|
||||
gem "rubocop-rspec", "~> 2.25.0"
|
||||
gem "standard", "~>1.31"
|
||||
|
|
6
dependencies/Gemfile.lock
vendored
6
dependencies/Gemfile.lock
vendored
|
@ -57,8 +57,8 @@ GEM
|
|||
rubocop (>= 1.33.0, < 2.0)
|
||||
rubocop-rake (0.6.0)
|
||||
rubocop (~> 1.0)
|
||||
rubocop-rspec (2.24.1)
|
||||
rubocop (~> 1.33)
|
||||
rubocop-rspec (2.25.0)
|
||||
rubocop (~> 1.40)
|
||||
rubocop-capybara (~> 2.17)
|
||||
rubocop-factory_bot (~> 2.22)
|
||||
ruby-progressbar (1.13.0)
|
||||
|
@ -88,7 +88,7 @@ DEPENDENCIES
|
|||
rubocop-performance (~> 1.19.1)
|
||||
rubocop-rails (~> 2.21)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
rubocop-rspec (~> 2.24.1)
|
||||
rubocop-rspec (~> 2.25.0)
|
||||
standard (~> 1.31)
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
Loading…
Reference in a new issue