summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-05-06 23:54:47 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-05-07 00:54:59 -0600
commita1281a85bd5266a3ab6456211a014fdcda1f4506 (patch)
tree815f602e2515d47d8a0fbdb947775d03250dcd66 /Gemfile
parent8dd965469aabe232a685595d5aab3a0ad46a403a (diff)
update RuboCop; allow non-ASCII characters in comments [skip ci]
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 221b1f75..b6ba67e8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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