downgrade thor to avoid warnings

This commit is contained in:
Torsten Ruger
2017-01-01 21:49:43 +02:00
parent b7147b3dd4
commit adf35ca038
2 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,9 @@ gem "salama-object-file" , :github => "salama/salama-object-file"
gem "codeclimate-test-reporter", require: nil
group :development do
gem "thor" , "0.19.1"
gem "minitest"
gem 'guard' # NOTE: this is necessary in newer versions
gem 'guard-minitest'