Skip to content

Commit

Permalink
Merge pull request #605 from jordan-brough/lock-sprockets-rails-every…
Browse files Browse the repository at this point in the history
…where

Lock sprockets-rails to 2.x everywhere
  • Loading branch information
jhawthorn committed Dec 20, 2015
2 parents c391763 + e24ac00 commit ca34c66
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion backend/solidus_backend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ 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 core/solidus_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ Gem::Specification.new do |s|
s.add_dependency 'twitter_cldr', '~> 3.0'

s.add_development_dependency 'email_spec', '~> 1.6'
s.add_dependency 'sprockets-rails', '~> 2.0'
end
1 change: 0 additions & 1 deletion frontend/solidus_frontend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ 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 ca34c66

Please sign in to comment.