Skip to content

Commit

Permalink
Merge pull request solidusio#597 from jhawthorn/sprockets-rails
Browse files Browse the repository at this point in the history
Downgrade to sprockets 2.x
  • Loading branch information
magnusvk committed Dec 17, 2015
2 parents ed358ad + 5988804 commit 58b0506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/solidus_backend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Gem::Specification.new do |s|
s.add_dependency 'select2-rails', '3.5.9.1' # 3.5.9.2 breaks forms

s.add_dependency 'handlebars_assets'
s.add_dependency 'sprockets-rails', '~> 2.0' # 3.0 breaks handlebars_assets
end
1 change: 1 addition & 0 deletions frontend/solidus_frontend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Gem::Specification.new do |s|
s.add_dependency 'jquery-rails'

s.add_development_dependency 'capybara-accessible'
s.add_development_dependency 'sprockets-rails', '~> 2.0'
end

0 comments on commit 58b0506

Please sign in to comment.