updates files

This commit is contained in:
Arne Teuke
2018-04-12 15:03:38 +02:00
parent 796477adbd
commit afb28a6ab7
3 changed files with 14 additions and 11 deletions

View File

@@ -19,5 +19,5 @@ if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9'
gem 'rake', '~> 10.0'
else
# rubocop requires ruby >= 1.9
gem 'rubocop'
gem 'rubocop', '<= 0.50.0'
end