DEV: upgrades sassc to 2.4.0 (#10447)

We were stuck on 2.0.1 but multiple reports on the original issue shows that the issue has been fixed since 2.3 and 2.4:

https://github.com/sass/sassc-ruby/issues/146#issuecomment-654522157
https://github.com/sass/sassc-ruby/issues/146#issuecomment-654522157

There's one report show it was not fixed in 2.3.0, but that's the only one, it's probably worth trying: https://github.com/sass/sassc-ruby/issues/146#issuecomment-639073736
This commit is contained in:
Joffrey JAFFEUX
2020-08-21 13:46:46 +02:00
committed by GitHub
parent 106a2f58a2
commit 2fac77cc48
2 changed files with 3 additions and 6 deletions

View File

@@ -218,9 +218,7 @@ gem 'logstash-event', require: false
gem 'logstash-logger', require: false
gem 'logster'
# 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', '2.4.0', require: false
gem "sassc-rails"
gem 'rotp', require: false