Skip to content

Commit

Permalink
Depend on railties and not rails.
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Dec 19, 2011
1 parent 816e2e0 commit 09c95ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haml_coffee_assets.gemspec
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |s|

s.files = Dir.glob('{app,lib,vendor}/**/*') + %w[LICENSE README.md]

s.add_runtime_dependency 'rails', '>= 3.1'
s.add_runtime_dependency 'execjs', '~> 1.2.9'
s.add_runtime_dependency 'railties', '>= 3.1'
s.add_runtime_dependency 'execjs', '~> 1.2.9'

s.add_development_dependency 'bundler'
s.add_development_dependency 'rspec', '~> 2.7.0'
Expand Down

0 comments on commit 09c95ac

Please sign in to comment.