Skip to content

Commit

Permalink
Mention sprockets-rails in the dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Dec 10, 2014
1 parent 7952c8e commit 99a8930
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ember-cli-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["README.md", "LICENSE.txt", "lib/**/*"]

spec.required_ruby_version = ">= 1.9.3"
spec.add_dependency "railties", "~> 4.0"

spec.add_dependency "railties", "~> 4.0"
spec.add_dependency "sprockets-rails", "~> 2.0"
end

0 comments on commit 99a8930

Please sign in to comment.