Stop upgrading rubocop for now

This commit is contained in:
Marc-André Lafortune 2021-11-08 09:43:58 -05:00
parent d422e69679
commit 6a37f4fe97
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ end
if RUBY_VERSION >= '2.4.0'
group :development do
gem 'rubocop'
gem 'rubocop', '<1.13.0'
end
end