added development branch

This commit is contained in:
Arne Teuke
2018-04-12 12:13:28 +02:00
parent 468929337c
commit 7dd65e515c
3 changed files with 19 additions and 19 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