Skip to content

Commit

Permalink
Update thor dependency to allow version 0.16.0
Browse files Browse the repository at this point in the history
Version constraint also allows any yet-to-be-released 1.x version of
Thor, which will be backward compatible with current releases.
  • Loading branch information
sferik committed Nov 4, 2012
1 parent 5639587 commit 64128f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |gem|

##
# Gem dependencies
gem.add_dependency 'thor', ['~> 0.15.4']
gem.add_dependency 'thor', ['>= 0.15.4', '< 2']
gem.add_dependency 'open4', ['~> 1.3.0']

end

0 comments on commit 64128f1

Please sign in to comment.