mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 02:01:02 -05:00
Bump rubocop-rails from 2.17.4 to 2.19.0 in /dependencies
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.17.4 to 2.19.0. - [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.17.4...v2.19.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6d5bcb7daa
commit
ef98a6a6f9
2 changed files with 8 additions and 8 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -8,6 +8,6 @@ gem "rubocop", "~> 1.49.0"
|
|||
gem "rubocop-github", "~> 0.20.0"
|
||||
gem "rubocop-minitest", "~> 0.30.0"
|
||||
gem "rubocop-performance", "~>1.15.2"
|
||||
gem "rubocop-rails", "~> 2.17"
|
||||
gem "rubocop-rails", "~> 2.19"
|
||||
gem "rubocop-rake", "~> 0.6.0"
|
||||
gem "rubocop-rspec", "~> 2.19.0"
|
||||
|
|
14
dependencies/Gemfile.lock
vendored
14
dependencies/Gemfile.lock
vendored
|
@ -1,21 +1,21 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activesupport (7.0.4)
|
||||
activesupport (7.0.4.3)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 1.6, < 2)
|
||||
minitest (>= 5.1)
|
||||
tzinfo (~> 2.0)
|
||||
ast (2.4.2)
|
||||
concurrent-ruby (1.1.10)
|
||||
concurrent-ruby (1.2.2)
|
||||
i18n (1.12.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
json (2.6.3)
|
||||
minitest (5.17.0)
|
||||
minitest (5.18.0)
|
||||
parallel (1.22.1)
|
||||
parser (3.2.2.0)
|
||||
ast (~> 2.4.1)
|
||||
rack (3.0.3)
|
||||
rack (3.0.7)
|
||||
rainbow (3.1.1)
|
||||
regexp_parser (2.7.0)
|
||||
rexml (3.2.5)
|
||||
|
@ -42,7 +42,7 @@ GEM
|
|||
rubocop-performance (1.15.2)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
rubocop-ast (>= 0.4.0)
|
||||
rubocop-rails (2.17.4)
|
||||
rubocop-rails (2.19.0)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 1.33.0, < 2.0)
|
||||
|
@ -52,7 +52,7 @@ GEM
|
|||
rubocop (~> 1.33)
|
||||
rubocop-capybara (~> 2.17)
|
||||
ruby-progressbar (1.13.0)
|
||||
tzinfo (2.0.5)
|
||||
tzinfo (2.0.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (2.4.2)
|
||||
|
||||
|
@ -64,7 +64,7 @@ DEPENDENCIES
|
|||
rubocop-github (~> 0.20.0)
|
||||
rubocop-minitest (~> 0.30.0)
|
||||
rubocop-performance (~> 1.15.2)
|
||||
rubocop-rails (~> 2.17)
|
||||
rubocop-rails (~> 2.19)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
rubocop-rspec (~> 2.19.0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue