Merge pull request #2175 from TracksApp/dependabot/bundler/rubocop-0.65.0

Bump rubocop from 0.60.0 to 0.65.0
This commit is contained in:
Matt Rogers 2019-03-17 15:04:59 -05:00 committed by GitHub
commit 265f387e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View file

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