Skip to content

Commit

Permalink
Lock Sprockets to v3.x
Browse files Browse the repository at this point in the history
Temporary fix for #3374
  • Loading branch information
spaghetticode authored and kennyadsl committed Oct 23, 2019
1 parent 1ae5b13 commit e23fe71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ gemspec require: false
rails_version = ENV['RAILS_VERSION'] || '~> 5.2.0'
gem 'rails', rails_version, require: false

# Temporarily locking sprockets to v3.x
# see https://github.com/solidusio/solidus/issues/3374
# and https://github.com/rails/sprockets-rails/issues/369
gem 'sprockets', '~> 3'

platforms :ruby do
gem 'mysql2', '~> 0.5.0', require: false
gem 'pg', '~> 1.0', require: false
Expand Down

0 comments on commit e23fe71

Please sign in to comment.