Skip to content

Commit

Permalink
Relaxes the thor dependency so that it can integrate with rails4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiokr committed Aug 21, 2013
1 parent f5795de commit 8b9b50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solusvm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency 'xml-simple', '~> 1.1.1'
s.add_runtime_dependency 'thor', '~> 0.16.0'
s.add_runtime_dependency 'thor', '>= 0.16.0'
s.add_runtime_dependency 'faraday', '~> 0.8.0rc2'
s.add_runtime_dependency 'jruby-openssl' if RUBY_PLATFORM == 'java'

Expand Down

0 comments on commit 8b9b50e

Please sign in to comment.