Skip to content

Commit

Permalink
Lock Sprockets to v3.x
Browse files Browse the repository at this point in the history
Temporary fix for solidusio#3374
  • Loading branch information
spaghetticode committed Oct 11, 2019
1 parent 674d059 commit 30270d0
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 @@ -8,6 +8,11 @@ group :backend, :frontend, :core, :api do
rails_version = ENV['RAILS_VERSION'] || '~> 6.0.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
case ENV['DB']
when /mysql/
Expand Down

0 comments on commit 30270d0

Please sign in to comment.