Actions
Bug #13074
closedsprockets-rails dependency should not be in assets.rb only
Description
#4629 partially undid the fix in #12977, by moving the sprockets-rails dependency out of the Gemfile and into assets.rb. sprockets-rails is a runtime dependency and so should stay in Gemfile. #12977 was a runtime error in production.
The sprockets gem is also a runtime dependency, so should be in Gemfile rather than assets.rb.
Added by Daniel Lobato Garcia about 9 years ago
Actions
Fixes #13074 - sprockets-rails should be in Gemfile
dependency out of the Gemfile and into assets.rb. sprockets-rails is a
runtime dependency and so should stay in Gemfile. #12977 was a runtime
error in production.
The sprockets gem is also a runtime dependency, so should be in Gemfile
rather than assets.rb.