Add thor to Gemfile.
This commit is contained in:
parent
037cbb022f
commit
5041002f5e
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -3,3 +3,4 @@ source "https://rubygems.org"
|
||||||
|
|
||||||
gem "rdebug"
|
gem "rdebug"
|
||||||
gem "qtbindings"
|
gem "qtbindings"
|
||||||
|
gem "thor"
|
||||||
|
|
|
@ -3,6 +3,7 @@ GEM
|
||||||
specs:
|
specs:
|
||||||
qtbindings (4.8.3.0)
|
qtbindings (4.8.3.0)
|
||||||
rdebug (0.1)
|
rdebug (0.1)
|
||||||
|
thor (0.18.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -10,3 +11,4 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
qtbindings
|
qtbindings
|
||||||
rdebug
|
rdebug
|
||||||
|
thor
|
||||||
|
|
Loading…
Reference in a new issue