Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Rails is a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Oct 22, 2011
1 parent 621698e commit 1808c1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kumade.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ Gem::Specification.new do |s|
s.add_dependency('heroku', '~> 2.0')
s.add_dependency('rake', '>= 0.8.7')
s.add_dependency('cocaine', '>= 0.2.0')
s.add_dependency('rails', '>= 2')

s.add_development_dependency('rake', '>= 0.8.7')
s.add_development_dependency('rspec', '~> 2.6.0')
s.add_development_dependency('cucumber', '~> 1.0.2')
s.add_development_dependency('aruba', '~> 0.4.3')
s.add_development_dependency('jammit', '~> 0.6.3')
s.add_development_dependency('less', '~> 2.0')
s.add_development_dependency('bourne')
if RUBY_VERSION >= '1.9.0'
s.add_development_dependency('simplecov')
Expand Down

0 comments on commit 1808c1e

Please sign in to comment.