Skip to content

Commit

Permalink
Lock down thor version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lengarvey committed Jun 30, 2014
1 parent a18e195 commit 23c39b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lotusrb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test)/})
spec.require_paths = ['lib']

spec.add_dependency 'thor'
spec.add_dependency 'lotus-utils', '~> 0.2'
spec.add_dependency 'lotus-router', '~> 0.1', '>= 0.1.1'
spec.add_dependency 'lotus-controller', '~> 0.2'
spec.add_dependency 'lotus-view', '~> 0.2'
spec.add_dependency 'thor', '0.19.1'

spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'rake', '~> 10'
Expand Down

0 comments on commit 23c39b5

Please sign in to comment.