Skip to content

Commit

Permalink
Remove version from Rack and Thor dependencies. Closes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Jan 5, 2012
1 parent e0cd33b commit 360a1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guard-jasmine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |s|
s.add_dependency 'guard', '>= 0.8.3'
s.add_dependency 'multi_json', '~> 1.0.3'
s.add_dependency 'version', '~> 1.0.0'
s.add_dependency 'thor', '~> 0.14.6'
s.add_dependency 'rack', '~> 1.3.5'
s.add_dependency 'thor'
s.add_dependency 'rack'

s.add_development_dependency 'bundler', '~> 1.0'
s.add_development_dependency 'guard-rspec', '~> 0.5'
Expand Down

0 comments on commit 360a1b5

Please sign in to comment.