upgrade ruby and include thor in general

This commit is contained in:
Torsten Ruger 2019-02-07 11:05:40 +02:00
parent 4d30727811
commit e634781d6c
3 changed files with 6 additions and 5 deletions

View File

@ -1 +1 @@
2.3.7
2.3.8

View File

@ -2,6 +2,8 @@ source "https://rubygems.org"
gem "rubyx" , :path => "."
gem "thor"
gem "rake"
gem "rye"
@ -19,7 +21,6 @@ group :test do
end
group :development do
gem "thor" , "0.19.1"
gem 'guard' # NOTE: this is necessary in newer versions
gem 'guard-minitest'
gem "rb-readline"

View File

@ -88,7 +88,7 @@ GEM
sysinfo (0.8.1)
drydock
storable
thor (0.19.1)
thor (0.20.3)
PLATFORMS
ruby
@ -109,7 +109,7 @@ DEPENDENCIES
rx-file!
rye
simplecov
thor (= 0.19.1)
thor
BUNDLED WITH
1.16.1
2.0.1