Merge pull request #2473 from TracksApp/dependabot/bundler/rubocop-0.90.0

Bump rubocop from 0.89.1 to 0.90.0
This commit is contained in:
Jyri-Petteri Paloposki 2020-09-02 12:47:28 +03:00 committed by GitHub
commit fb05169d9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ end
group :development, :test do
gem 'byebug'
gem 'listen'
gem "rubocop", "~> 0.89", require: false
gem "rubocop", "~> 0.90", require: false
end
group :test do

View file

@ -218,7 +218,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubocop (0.89.1)
rubocop (0.90.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
@ -333,7 +333,7 @@ DEPENDENCIES
rails-dom-testing (~> 2.0.0)
rails_autolink
rspec-expectations
rubocop (~> 0.89)
rubocop (~> 0.90)
sanitize (~> 5.2)
sassc-rails (~> 2.1.2)
selenium-webdriver (~> 3.142)