Showing
3 changed files
with
7 additions
and
2 deletions
.pre-commit-config.yaml
0 → 100644
... | ... | @@ -34,7 +34,7 @@ end |
34 | 34 | |
35 | 35 | group :development do |
36 | 36 | gem 'listen', '~> 3.3' |
37 | - gem 'rubocop', require: false | |
37 | + gem 'rubocop', '~> 1.18.3', require: false | |
38 | 38 | # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring |
39 | 39 | gem 'spring' |
40 | 40 | end | ... | ... |