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:
dependabot[bot] 2021-02-22 08:19:59 -06:00 committed by GitHub
parent 1b5ce76b8f
commit 11245c61f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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