Skip to content

Commit

Permalink
Update thor dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanstout committed May 23, 2012
1 parent 1a9e5f1 commit 2a0924e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ PATH
specs:
sahara (0.0.11)
popen4 (~> 0.1.2)
thor (~> 0.14.6)
thor (~> 0.15.2)
vagrant (~> 1.0)

GEM
remote: http://rubygems.org/
specs:
Platform (0.4.0)
archive-tar-minitar (0.5.2)
childprocess (0.3.1)
childprocess (0.3.2)
ffi (~> 1.0.6)
erubis (2.7.0)
ffi (1.0.11)
Expand All @@ -26,8 +26,8 @@ GEM
Platform (>= 0.4.0)
open4 (>= 0.4.0)
rake (0.9.2.2)
thor (0.14.6)
vagrant (1.0.2)
thor (0.15.2)
vagrant (1.0.3)
archive-tar-minitar (= 0.5.2)
childprocess (~> 0.3.1)
erubis (~> 2.7.0)
Expand Down
2 changes: 1 addition & 1 deletion sahara.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.add_dependency "vagrant", "~> 1.0"
s.add_dependency "popen4", "~> 0.1.2"
s.add_dependency "thor", "~> 0.14.6"
s.add_dependency "thor", "~> 0.15.2"

s.add_development_dependency "bundler", ">= 1.0.0"

Expand Down

1 comment on commit 2a0924e

@jedi4ever
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is "thor" , ">= 0.14 a better idea here?

Please sign in to comment.