diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-06-09 23:58:48 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-06-10 00:17:24 -0600 |
| commit | eabb2f1715a2ed8b3c0e27fa1e6e09f147cb27c3 (patch) | |
| tree | d5a824c2556ec9418ffb2d675f382cb63c2b559e /Gemfile | |
| parent | bc0f47a2b729178e5a38b591a8c671bc5156f80e (diff) | |
exclude rubocop 1.16.1, which has a known bug
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ group :docs do end group :lint do - gem 'rubocop', '~> 1.16.0', require: false + gem 'rubocop', '~> 1.16.0', '!= 1.16.1', require: false gem 'rubocop-rake', '~> 0.5.0', require: false gem 'rubocop-rspec', '~> 2.4.0', require: false end |
