[deploy] Bump rubocop from 0.85.1 to 0.86.0 (#8962)

* Bump rubocop from 0.85.1 to 0.86.0

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.85.1 to 0.86.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.85.1...v0.86.0)

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

* update vendored gems

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: mstruve <mollylbs@gmail.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-29 10:45:10 -05:00 committed by GitHub
parent fea3094bf7
commit 3d9d70bb5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 5 deletions

View file

@ -139,7 +139,7 @@ group :development, :test do
gem "knapsack_pro", "~> 1.22.2" # Help parallelize Ruby spec builds
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.85.1", require: false # Automatic Ruby code style checking tool
gem "rubocop", "~> 0.86.0", 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.6", require: false # Automatic Rails code style checking tool
gem "rubocop-rspec", "~> 1.40", require: false # Code style checking for RSpec files

View file

@ -693,16 +693,16 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.9.3)
rubocop (0.85.1)
rubocop (0.86.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)
rubocop-ast (>= 0.0.3, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.0.3)
rubocop-ast (0.1.0)
parser (>= 2.7.0.1)
rubocop-performance (1.6.1)
rubocop (>= 0.71.0)
@ -990,7 +990,7 @@ DEPENDENCIES
rouge (~> 3.20)
rspec-rails (~> 4.0)
rspec-retry (~> 0.6)
rubocop (~> 0.85.1)
rubocop (~> 0.86.0)
rubocop-performance (~> 1.6)
rubocop-rails (~> 2.6)
rubocop-rspec (~> 1.40)

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rubocop-ast-0.1.0.gem vendored Normal file

Binary file not shown.