downgrade thor to avoid warnings
This commit is contained in:
parent
b7147b3dd4
commit
adf35ca038
2
Gemfile
2
Gemfile
@ -11,7 +11,9 @@ gem "salama-object-file" , :github => "salama/salama-object-file"
|
|||||||
|
|
||||||
gem "codeclimate-test-reporter", require: nil
|
gem "codeclimate-test-reporter", require: nil
|
||||||
|
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
gem "thor" , "0.19.1"
|
||||||
gem "minitest"
|
gem "minitest"
|
||||||
gem 'guard' # NOTE: this is necessary in newer versions
|
gem 'guard' # NOTE: this is necessary in newer versions
|
||||||
gem 'guard-minitest'
|
gem 'guard-minitest'
|
||||||
|
@ -90,7 +90,7 @@ GEM
|
|||||||
sysinfo (0.8.1)
|
sysinfo (0.8.1)
|
||||||
drydock
|
drydock
|
||||||
storable
|
storable
|
||||||
thor (0.19.4)
|
thor (0.19.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
@ -107,6 +107,7 @@ DEPENDENCIES
|
|||||||
rye
|
rye
|
||||||
salama!
|
salama!
|
||||||
salama-object-file!
|
salama-object-file!
|
||||||
|
thor (= 0.19.1)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.13.5
|
1.13.5
|
||||||
|
Loading…
Reference in New Issue
Block a user