diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-05-06 23:54:47 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-05-07 00:54:59 -0600 |
| commit | a1281a85bd5266a3ab6456211a014fdcda1f4506 (patch) | |
| tree | 815f602e2515d47d8a0fbdb947775d03250dcd66 /Gemfile | |
| parent | 8dd965469aabe232a685595d5aab3a0ad46a403a (diff) | |
update RuboCop; allow non-ASCII characters in comments [skip ci]
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.13.0', require: false + gem 'rubocop', '~> 1.14.0', require: false gem 'rubocop-rake', '~> 0.5.0', require: false gem 'rubocop-rspec', '~> 2.3.0', require: false end |
