Skip to content

Commit

Permalink
Downgrage sprockets to 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Obsiye committed Feb 13, 2020
1 parent 8875383 commit e71dde8
Show file tree
Hide file tree
Showing 10 changed files with 98 additions and 1,493 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ gem 'sidekiq-status'
gem 'sidekiq_alive'

# Transformer that converts ES6 code into vanilla ES5 using babel via asset pipeline
gem 'sprockets', '>= 4.0.0'
# Default to 3.7.2 as https://github.com/sass/sassc-rails/issues/122 sassc loading is causing a segmentation error
gem 'sprockets', '3.7.2'
gem 'sprockets-es6'

# URL and path parsing
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ GEM
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (4.0.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-es6 (0.9.2)
Expand Down Expand Up @@ -604,7 +604,7 @@ DEPENDENCIES
slack-notifier
spring
spring-watcher-listen (~> 2.0.0)
sprockets (>= 4.0.0)
sprockets (= 3.7.2)
sprockets-es6
timecop
tzinfo-data
Expand Down
4 changes: 0 additions & 4 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,4 @@

# Set a css_compressor so sassc-rails does not overwrite the compressor when running the tests
config.assets.css_compressor = nil

config.assets.configure do |env|
env.export_concurrent = false
end
end

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e71dde8

Please sign in to comment.