Bump rubocop from 0.67.2 to 0.69.0 (#2810) [ci skip]

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.67.2 to 0.69.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.67.2...v0.69.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-13 12:31:59 -04:00 committed by Mac Siri
parent c7d7d55460
commit bde0e6eb92
2 changed files with 6 additions and 8 deletions

View file

@ -128,7 +128,7 @@ group :development, :test do
gem "parallel_tests", "~> 2.29" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel
gem "pry-byebug", "~> 3.7" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
gem "rspec-rails", "~> 3.8" # rspec-rails is a testing framework for Rails 3+
gem "rubocop", "~> 0.67", require: false # Automatic Ruby code style checking tool
gem "rubocop", "~> 0.69", require: false # Automatic Ruby code style checking tool
gem "rubocop-performance", "~> 1.0", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
gem "rubocop-rspec", "~> 1.33", require: false # Code style checking for RSpec files
gem "spring", "~> 2.0" # Preloads your application so things like console, rake and tests run faster

View file

@ -534,7 +534,6 @@ GEM
pry (~> 0.10)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (3.1.0)
public_suffix (3.0.3)
puma (3.12.1)
pundit (2.0.1)
@ -640,14 +639,13 @@ GEM
rspec-retry (0.6.1)
rspec-core (> 3.3)
rspec-support (3.8.0)
rubocop (0.67.2)
rubocop (0.69.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
psych (>= 3.1.0)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.1.0)
rubocop (>= 0.67.0)
rubocop-rspec (1.33.0)
@ -773,7 +771,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
unicode-display_width (1.5.0)
unicode-display_width (1.6.0)
uniform_notifier (1.12.1)
validate_url (1.0.8)
activemodel (>= 3.0.0)
@ -915,7 +913,7 @@ DEPENDENCIES
rouge (~> 3.3)
rspec-rails (~> 3.8)
rspec-retry (~> 0.6)
rubocop (~> 0.67)
rubocop (~> 0.69)
rubocop-performance (~> 1.0)
rubocop-rspec (~> 1.33)
ruby-prof (~> 0.17)