Merge pull request #2270 from TracksApp/dependabot/bundler/rubocop-0.74.0

This commit is contained in:
dependabot-preview[bot] 2019-09-15 17:23:33 +00:00 committed by GitHub
commit e642f2ed07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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