diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-07-01 23:54:42 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-07-02 05:04:55 -0600 |
| commit | 62ee6e43c564c3a91ed6997f208f691ffa43b4da (patch) | |
| tree | b1411f98dec442437551a44f2caa708ac60452c7 /Gemfile | |
| parent | 33b37a5fd12db84cc07964913adb702046518295 (diff) | |
upgrade RuboCop, add new rules, and adjust code to confirm [skip ci]
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ group :docs do end group :lint do - gem 'rubocop', '~> 1.17.0', require: false - gem 'rubocop-rake', '~> 0.5.0', require: false + gem 'rubocop', '~> 1.18.0', require: false + gem 'rubocop-rake', '~> 0.6.0', require: false gem 'rubocop-rspec', '~> 2.4.0', require: false end |
