mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Bump rubocop-rails from 2.6.0 to 2.7.1 in /dependencies (#1237)
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.6.0 to 2.7.1. - [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.6.0...v2.7.1) 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
1b5ce76b8f
commit
11245c61f4
2 changed files with 4 additions and 4 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -7,5 +7,5 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|||
gem "rubocop", "~> 0.89.0"
|
||||
gem "rubocop-github", "~> 0.16.1"
|
||||
gem "rubocop-performance", "~>1.7.1"
|
||||
gem "rubocop-rails", "~> 2.5"
|
||||
gem "rubocop-rails", "~> 2.7"
|
||||
gem "rubocop-rspec", "~> 1.41.0"
|
||||
|
|
6
dependencies/Gemfile.lock
vendored
6
dependencies/Gemfile.lock
vendored
|
@ -36,10 +36,10 @@ GEM
|
|||
rubocop-rails (<= 2.7.1)
|
||||
rubocop-performance (1.7.1)
|
||||
rubocop (>= 0.82.0)
|
||||
rubocop-rails (2.6.0)
|
||||
rubocop-rails (2.7.1)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 0.82.0)
|
||||
rubocop (>= 0.87.0)
|
||||
rubocop-rspec (1.41.0)
|
||||
rubocop (>= 0.68.1)
|
||||
ruby-progressbar (1.11.0)
|
||||
|
@ -55,7 +55,7 @@ DEPENDENCIES
|
|||
rubocop (~> 0.89.0)
|
||||
rubocop-github (~> 0.16.1)
|
||||
rubocop-performance (~> 1.7.1)
|
||||
rubocop-rails (~> 2.5)
|
||||
rubocop-rails (~> 2.7)
|
||||
rubocop-rspec (~> 1.41.0)
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
Loading…
Reference in a new issue