Bump rubocop from 0.84.0 to 0.85.0 (#8329)

* Bump rubocop from 0.84.0 to 0.85.0

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.84.0 to 0.85.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.84.0...v0.85.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump rubocop from 0.84.0 to 0.85.0 (Update vendor/cache)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-08 10:10:56 -04:00 committed by GitHub
parent c40f787aaa
commit ee090316a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

@ -138,7 +138,7 @@ group :development, :test do
gem "parallel_tests", "~> 2.32" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel
gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
gem "rspec-rails", "~> 4.0" # rspec-rails is a testing framework for Rails 3+
gem "rubocop", "~> 0.84", require: false # Automatic Ruby code style checking tool
gem "rubocop", "~> 0.85", require: false # Automatic Ruby code style checking tool
gem "rubocop-performance", "~> 1.6", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
gem "rubocop-rails", "~> 2.5", require: false # Automatic Rails code style checking tool
gem "rubocop-rspec", "~> 1.39", require: false # Code style checking for RSpec files

View file

@ -685,10 +685,11 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.9.3)
rubocop (0.84.0)
rubocop (0.85.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.0.3)
ruby-progressbar (~> 1.7)
@ -979,7 +980,7 @@ DEPENDENCIES
rouge (~> 3.19)
rspec-rails (~> 4.0)
rspec-retry (~> 0.6)
rubocop (~> 0.84)
rubocop (~> 0.85)
rubocop-performance (~> 1.6)
rubocop-rails (~> 2.5)
rubocop-rspec (~> 1.39)

Binary file not shown.

BIN
vendor/cache/rubocop-0.85.0.gem vendored Normal file

Binary file not shown.