Upgrade rubocop and style guide for ruby 2.7 compatibility

This commit is contained in:
Dylan Thacker-Smith
2020-01-09 13:15:34 -05:00
parent 0847bf560f
commit 67eca3f58d
6 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ group :benchmark, :test do
end
group :test do
gem 'rubocop', '~> 0.74.0', require: false
gem 'rubocop', '~> 0.78.0', require: false
gem 'rubocop-performance', require: false
platform :mri, :truffleruby do