Revert "DEV: upgrades sassc to 2.4.0 (#10447)"

We suspect it could be the cause of some issues with themes.

This reverts commit 2fac77cc48.
This commit is contained in:
romanrizzi 2020-08-21 13:23:01 -03:00
parent 4f7a9802e7
commit 0f63a61fa4
No known key found for this signature in database
GPG Key ID: EF9418810F0FA6ED
2 changed files with 6 additions and 3 deletions

View File

@ -218,7 +218,9 @@ gem 'logstash-event', require: false
gem 'logstash-logger', require: false
gem 'logster'
gem 'sassc', '2.4.0', require: false
# NOTE: later versions of sassc are causing a segfault, possibly dependent on processer architecture
# and until resolved should be locked at 2.0.1
gem 'sassc', '2.0.1', require: false
gem "sassc-rails"
gem 'rotp', require: false

View File

@ -376,8 +376,9 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.8.0)
nokogumbo (~> 2.0)
sassc (2.4.0)
sassc (2.0.1)
ffi (~> 1.9)
rake
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
@ -543,7 +544,7 @@ DEPENDENCIES
ruby-prof
ruby-readability
rubyzip
sassc (= 2.4.0)
sassc (= 2.0.1)
sassc-rails
seed-fu
shoulda-matchers