mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Bump rubocop-rspec from 2.13.2 to 2.16.0 in /dependencies
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.13.2 to 2.16.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.13.2...v2.16.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>
This commit is contained in:
parent
491be07bdb
commit
f0321c38d4
2 changed files with 7 additions and 7 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -10,4 +10,4 @@ gem "rubocop-minitest", "~> 0.22.2"
|
||||||
gem "rubocop-performance", "~>1.15.0"
|
gem "rubocop-performance", "~>1.15.0"
|
||||||
gem "rubocop-rails", "~> 2.16"
|
gem "rubocop-rails", "~> 2.16"
|
||||||
gem "rubocop-rake", "~> 0.6.0"
|
gem "rubocop-rake", "~> 0.6.0"
|
||||||
gem "rubocop-rspec", "~> 2.13.2"
|
gem "rubocop-rspec", "~> 2.16.0"
|
||||||
|
|
12
dependencies/Gemfile.lock
vendored
12
dependencies/Gemfile.lock
vendored
|
@ -10,14 +10,14 @@ GEM
|
||||||
concurrent-ruby (1.1.10)
|
concurrent-ruby (1.1.10)
|
||||||
i18n (1.12.0)
|
i18n (1.12.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
json (2.6.2)
|
json (2.6.3)
|
||||||
minitest (5.16.3)
|
minitest (5.16.3)
|
||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
parser (3.1.2.1)
|
parser (3.1.3.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
rack (3.0.0)
|
rack (3.0.0)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
regexp_parser (2.6.0)
|
regexp_parser (2.6.1)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rubocop (1.36.0)
|
rubocop (1.36.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
|
@ -29,7 +29,7 @@ GEM
|
||||||
rubocop-ast (>= 1.20.1, < 2.0)
|
rubocop-ast (>= 1.20.1, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 3.0)
|
unicode-display_width (>= 1.4.0, < 3.0)
|
||||||
rubocop-ast (1.21.0)
|
rubocop-ast (1.24.0)
|
||||||
parser (>= 3.1.1.0)
|
parser (>= 3.1.1.0)
|
||||||
rubocop-github (0.18.0)
|
rubocop-github (0.18.0)
|
||||||
rubocop (>= 1.0.0)
|
rubocop (>= 1.0.0)
|
||||||
|
@ -46,7 +46,7 @@ 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.13.2)
|
rubocop-rspec (2.16.0)
|
||||||
rubocop (~> 1.33)
|
rubocop (~> 1.33)
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.11.0)
|
||||||
tzinfo (2.0.5)
|
tzinfo (2.0.5)
|
||||||
|
@ -63,7 +63,7 @@ DEPENDENCIES
|
||||||
rubocop-performance (~> 1.15.0)
|
rubocop-performance (~> 1.15.0)
|
||||||
rubocop-rails (~> 2.16)
|
rubocop-rails (~> 2.16)
|
||||||
rubocop-rake (~> 0.6.0)
|
rubocop-rake (~> 0.6.0)
|
||||||
rubocop-rspec (~> 2.13.2)
|
rubocop-rspec (~> 2.16.0)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.5
|
2.3.5
|
||||||
|
|
Loading…
Reference in a new issue