Merge pull request #2140 from TracksApp/dependabot/bundler/rubocop-0.60.0

Bump rubocop from 0.58.2 to 0.60.0
This commit is contained in:
Matt Rogers 2018-11-16 22:28:21 -06:00 committed by GitHub
commit 9e10cabef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -62,7 +62,7 @@ end
group :development, :test do
gem 'byebug'
gem 'listen'
gem "rubocop", "~> 0.49", require: false
gem "rubocop", "~> 0.60", require: false
end
group :test do

View file

@ -137,7 +137,7 @@ GEM
mimemagic (~> 0.3.0)
terrapin (~> 0.6.0)
parallel (1.12.1)
parser (2.5.1.2)
parser (2.5.3.0)
ast (~> 2.4.0)
powerpack (0.1.2)
puma (3.12.0)
@ -187,15 +187,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rubocop (0.58.2)
rubocop (0.60.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
ruby_dep (1.5.0)
rubyzip (1.2.2)
safe_yaml (1.0.4)
@ -294,7 +294,7 @@ DEPENDENCIES
rails-dom-testing (~> 2.0.0)
rails_autolink
rspec-expectations
rubocop (~> 0.49)
rubocop (~> 0.60)
sanitize (>= 3.0.0)
sass-rails (~> 5.0)
selenium-webdriver (~> 2.53)