Bump rubocop from 0.82.0 to 0.83.0 (#7857)

This commit is contained in:
dependabot-preview[bot] 2020-05-15 09:36:31 -04:00 committed by GitHub
parent f63c7f9289
commit 3f93b3b62a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -134,7 +134,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.82", require: false # Automatic Ruby code style checking tool
gem "rubocop", "~> 0.83", 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.39", require: false # Code style checking for RSpec files

View file

@ -406,7 +406,6 @@ GEM
activesupport (>= 3.0)
nokogiri (>= 1.6)
ipaddress (0.8.3)
jaro_winkler (1.5.4)
jbuilder (2.10.0)
activesupport (>= 5.0.0)
jmespath (1.4.0)
@ -654,8 +653,7 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.9.2)
rubocop (0.82.0)
jaro_winkler (~> 1.5.1)
rubocop (0.83.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
@ -945,7 +943,7 @@ DEPENDENCIES
rouge (~> 3.19)
rspec-rails (~> 4.0)
rspec-retry (~> 0.6)
rubocop (~> 0.82)
rubocop (~> 0.83)
rubocop-performance (~> 1.5)
rubocop-rails (~> 2.5)
rubocop-rspec (~> 1.39)