Bump rubocop from 0.81.0 to 0.82.0 (#7329)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.81.0 to 0.82.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.81.0...v0.82.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-16 10:44:02 -05:00 committed by GitHub
parent 01adfc377c
commit ba9fe4f3cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -133,7 +133,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.79", require: false # Automatic Ruby code style checking tool
gem "rubocop", "~> 0.82", require: false # Automatic Ruby code style checking tool
gem "rubocop-performance", "~> 1.5", 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.38", require: false # Code style checking for RSpec files

View file

@ -514,7 +514,7 @@ GEM
parallel (1.19.1)
parallel_tests (2.32.0)
parallel
parser (2.7.1.0)
parser (2.7.1.1)
ast (~> 2.4.0)
patron (0.13.3)
pg (1.2.3)
@ -655,7 +655,7 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.9.2)
rubocop (0.81.0)
rubocop (0.82.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
@ -945,7 +945,7 @@ DEPENDENCIES
rouge (~> 3.16)
rspec-rails (~> 4.0)
rspec-retry (~> 0.6)
rubocop (~> 0.79)
rubocop (~> 0.82)
rubocop-performance (~> 1.5)
rubocop-rails (~> 2.5)
rubocop-rspec (~> 1.38)