Merge pull request #2815 from TracksApp/dependabot/bundler/rubocop-1.34.1

Bump rubocop from 1.33.0 to 1.34.1
This commit is contained in:
Jyri-Petteri Paloposki 2022-08-11 21:00:09 +03:00 committed by GitHub
commit 9f653ea520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -52,7 +52,7 @@ end
group :development, :test do
gem 'byebug'
gem 'listen'
gem 'rubocop', '~> 1.33', require: false
gem 'rubocop', '~> 1.34', require: false
end
group :test do