Add thor to Gemfile.

This commit is contained in:
Glenn Y. Rolland 2013-10-18 19:11:48 +02:00
parent 037cbb022f
commit 5041002f5e
2 changed files with 3 additions and 0 deletions

View file

@ -3,3 +3,4 @@ source "https://rubygems.org"
gem "rdebug"
gem "qtbindings"
gem "thor"

View file

@ -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