Bump rubocop-rspec from 3.4.0 to 3.7.0
We're changing the `.rubocop.yml` file because we were getting a warning: ``` rubocop-rspec extension supports plugin, specify `plugins: rubocop-rspec` instead of `require: rubocop-rspec` in .rubocop.yml. For more information, see https://docs.rubocop.org/rubocop/plugin_migration_guide.html. ``` Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.4.0 to 3.7.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/v3.4.0...v3.7.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Javi Martín
parent
7396452cc6
commit
c1dd2a583a
@@ -652,8 +652,9 @@ GEM
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 1.52.0, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-rspec (3.4.0)
|
||||
rubocop (~> 1.61)
|
||||
rubocop-rspec (3.7.0)
|
||||
lint_roller (~> 1.1)
|
||||
rubocop (~> 1.72, >= 1.72.1)
|
||||
rubocop-rspec_rails (2.30.0)
|
||||
rubocop (~> 1.61)
|
||||
rubocop-rspec (~> 3, >= 3.0.1)
|
||||
@@ -889,7 +890,7 @@ DEPENDENCIES
|
||||
rubocop-factory_bot (~> 2.27.1)
|
||||
rubocop-performance (~> 1.23.1)
|
||||
rubocop-rails (~> 2.29.1)
|
||||
rubocop-rspec (~> 3.4.0)
|
||||
rubocop-rspec (~> 3.7.0)
|
||||
rubocop-rspec_rails (~> 2.30.0)
|
||||
rvm1-capistrano3 (~> 1.4.0)
|
||||
sassc-embedded (~> 1.77.5)
|
||||
|
||||
Reference in New Issue
Block a user