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 "qtbindings"
|
||||
gem "thor"
|
||||
|
|
|
@ -3,6 +3,7 @@ GEM
|
|||
specs:
|
||||
qtbindings (4.8.3.0)
|
||||
rdebug (0.1)
|
||||
thor (0.18.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -10,3 +11,4 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
qtbindings
|
||||
rdebug
|
||||
thor
|
||||
|
|
Loading…
Reference in a new issue