Update Thor dependency to ~> 0.14.1 to bring in important/required changes

This commit is contained in:
Mitchell Hashimoto 2010-09-21 01:05:08 -06:00
parent e3ff9c7ac3
commit 59c6995b50
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ PATH
net-scp (~> 1.0.3)
net-ssh (~> 2.0.23)
radar
thor
thor (~> 0.14.1)
virtualbox (~> 0.7.3)
GEM
@ -67,7 +67,7 @@ GEM
ruby-debug-base19 (>= 0.11.19)
ruby_core_source (0.1.4)
archive-tar-minitar (>= 0.5.2)
thor (0.14.0)
thor (0.14.1)
yard (0.6.1)
PLATFORMS

View File

@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency "net-ssh", "~> 2.0.23"
s.add_dependency "net-scp", "~> 1.0.3"
s.add_dependency "i18n", "~> 0.4.1"
s.add_dependency "thor"
s.add_dependency "thor", "~> 0.14.1"
s.add_dependency "radar"
s.add_dependency "virtualbox", "~> 0.7.3"