Skip to content

Commit

Permalink
Added sprockets-rails dependency instead of sprockets-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Cuevas committed Apr 17, 2012
1 parent 203b00c commit 6c0c84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mercury-rails.gemspec
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('jquery-rails')
s.add_development_dependency('sqlite3')
s.add_development_dependency('ruby-debug19')
s.add_development_dependency('sprockets-helpers')
s.add_development_dependency('sprockets-rails')

s.add_development_dependency('rspec-core', '>= 2.8.0')
s.add_development_dependency('evergreen', '>= 1.0.0')
Expand Down

0 comments on commit 6c0c84e

Please sign in to comment.