mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-23 07:42:13 -05:00
Bump rubocop-rspec from 2.19.0 to 2.22.0 in /dependencies (#4171)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.19.0 to 2.22.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.19.0...v2.22.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
c19a8cfcb5
commit
5aee8badc4
2 changed files with 7 additions and 4 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -10,4 +10,4 @@ gem "rubocop-minitest", "~> 0.30.0"
|
||||||
gem "rubocop-performance", "~>1.18.0"
|
gem "rubocop-performance", "~>1.18.0"
|
||||||
gem "rubocop-rails", "~> 2.19"
|
gem "rubocop-rails", "~> 2.19"
|
||||||
gem "rubocop-rake", "~> 0.6.0"
|
gem "rubocop-rake", "~> 0.6.0"
|
||||||
gem "rubocop-rspec", "~> 2.19.0"
|
gem "rubocop-rspec", "~> 2.22.0"
|
||||||
|
|
9
dependencies/Gemfile.lock
vendored
9
dependencies/Gemfile.lock
vendored
|
@ -31,8 +31,10 @@ GEM
|
||||||
unicode-display_width (>= 2.4.0, < 3.0)
|
unicode-display_width (>= 2.4.0, < 3.0)
|
||||||
rubocop-ast (1.28.1)
|
rubocop-ast (1.28.1)
|
||||||
parser (>= 3.2.1.0)
|
parser (>= 3.2.1.0)
|
||||||
rubocop-capybara (2.17.1)
|
rubocop-capybara (2.18.0)
|
||||||
rubocop (~> 1.41)
|
rubocop (~> 1.41)
|
||||||
|
rubocop-factory_bot (2.23.1)
|
||||||
|
rubocop (~> 1.33)
|
||||||
rubocop-github (0.20.0)
|
rubocop-github (0.20.0)
|
||||||
rubocop (>= 1.37)
|
rubocop (>= 1.37)
|
||||||
rubocop-performance (>= 1.15)
|
rubocop-performance (>= 1.15)
|
||||||
|
@ -48,9 +50,10 @@ GEM
|
||||||
rubocop (>= 1.33.0, < 2.0)
|
rubocop (>= 1.33.0, < 2.0)
|
||||||
rubocop-rake (0.6.0)
|
rubocop-rake (0.6.0)
|
||||||
rubocop (~> 1.0)
|
rubocop (~> 1.0)
|
||||||
rubocop-rspec (2.19.0)
|
rubocop-rspec (2.22.0)
|
||||||
rubocop (~> 1.33)
|
rubocop (~> 1.33)
|
||||||
rubocop-capybara (~> 2.17)
|
rubocop-capybara (~> 2.17)
|
||||||
|
rubocop-factory_bot (~> 2.22)
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
tzinfo (2.0.6)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
@ -66,7 +69,7 @@ DEPENDENCIES
|
||||||
rubocop-performance (~> 1.18.0)
|
rubocop-performance (~> 1.18.0)
|
||||||
rubocop-rails (~> 2.19)
|
rubocop-rails (~> 2.19)
|
||||||
rubocop-rake (~> 0.6.0)
|
rubocop-rake (~> 0.6.0)
|
||||||
rubocop-rspec (~> 2.19.0)
|
rubocop-rspec (~> 2.22.0)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.5
|
2.3.5
|
||||||
|
|
Loading…
Reference in a new issue