mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Bump rubocop-rails from 2.15.2 to 2.16.1 in /dependencies (#3321)
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.15.2 to 2.16.1. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.15.2...v2.16.1) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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
8c92bb53ac
commit
09eb32a5c6
2 changed files with 9 additions and 9 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -8,6 +8,6 @@ gem "rubocop", "~> 1.35.0"
|
||||||
gem "rubocop-github", "~> 0.18.0"
|
gem "rubocop-github", "~> 0.18.0"
|
||||||
gem "rubocop-minitest", "~> 0.22.1"
|
gem "rubocop-minitest", "~> 0.22.1"
|
||||||
gem "rubocop-performance", "~>1.14.3"
|
gem "rubocop-performance", "~>1.14.3"
|
||||||
gem "rubocop-rails", "~> 2.15"
|
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.13.2"
|
||||||
|
|
16
dependencies/Gemfile.lock
vendored
16
dependencies/Gemfile.lock
vendored
|
@ -1,21 +1,21 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (7.0.3)
|
activesupport (7.0.4)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
concurrent-ruby (1.1.10)
|
concurrent-ruby (1.1.10)
|
||||||
i18n (1.11.0)
|
i18n (1.12.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
json (2.6.2)
|
json (2.6.2)
|
||||||
minitest (5.16.2)
|
minitest (5.16.3)
|
||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
parser (3.1.2.1)
|
parser (3.1.2.1)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
rack (2.2.4)
|
rack (3.0.0)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
regexp_parser (2.6.0)
|
regexp_parser (2.6.0)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
|
@ -40,16 +40,16 @@ GEM
|
||||||
rubocop-performance (1.14.3)
|
rubocop-performance (1.14.3)
|
||||||
rubocop (>= 1.7.0, < 2.0)
|
rubocop (>= 1.7.0, < 2.0)
|
||||||
rubocop-ast (>= 0.4.0)
|
rubocop-ast (>= 0.4.0)
|
||||||
rubocop-rails (2.15.2)
|
rubocop-rails (2.16.1)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
rubocop (>= 1.7.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.13.2)
|
||||||
rubocop (~> 1.33)
|
rubocop (~> 1.33)
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.11.0)
|
||||||
tzinfo (2.0.4)
|
tzinfo (2.0.5)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
unicode-display_width (2.3.0)
|
unicode-display_width (2.3.0)
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ DEPENDENCIES
|
||||||
rubocop-github (~> 0.18.0)
|
rubocop-github (~> 0.18.0)
|
||||||
rubocop-minitest (~> 0.22.1)
|
rubocop-minitest (~> 0.22.1)
|
||||||
rubocop-performance (~> 1.14.3)
|
rubocop-performance (~> 1.14.3)
|
||||||
rubocop-rails (~> 2.15)
|
rubocop-rails (~> 2.16)
|
||||||
rubocop-rake (~> 0.6.0)
|
rubocop-rake (~> 0.6.0)
|
||||||
rubocop-rspec (~> 2.13.2)
|
rubocop-rspec (~> 2.13.2)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue