more remote debugging

This commit is contained in:
Torsten Ruger
2017-04-14 14:38:23 +03:00
parent a8aa9c0413
commit d0df1a2e28
5 changed files with 8 additions and 9 deletions

View File

@ -11,12 +11,13 @@ gem "salama-object-file" , :git => "https://github.com/ruby-x/rubyx-object-file"
#gem "salama-object-file" , :path => "../salama-object-file"
group :test do
gem "codeclimate-test-reporter"
gem "codeclimate-test-reporter" , require: false
gem "simplecov"
gem "minitest-color"
end
group :development do
gem "thor" , "0.19.1"
gem "minitest-color"
gem 'guard' # NOTE: this is necessary in newer versions
gem 'guard-minitest'
gem "rb-readline"