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.
Updated by Dominic Cleal almost 9 years ago
- Related to Feature #4629: Add Patternfly support in foreman added
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #12977: sprockets-rails 2.2.2 or higher is needed for production assets setup added
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/theforeman/foreman/pull/3047 added
Updated by Daniel Lobato Garcia almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 24f70e14f1da00760b46ce2377db1147d849cf73.
Actions