Merge pull request #2325 from TracksApp/dependabot/bundler/rubocop-0.79.0

This commit is contained in:
dependabot-preview[bot] 2020-01-07 15:00:58 +00:00 committed by GitHub
commit b8bb580681
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -196,10 +196,10 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
rubocop (0.78.0)
rubocop (0.79.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
@ -300,7 +300,7 @@ DEPENDENCIES
rails-dom-testing (~> 2.0.0)
rails_autolink
rspec-expectations
rubocop (~> 0.78)
rubocop (~> 0.79)
sanitize (~> 5.1)
sass-rails (~> 5.0)
selenium-webdriver (~> 3.142)