DEV: Lock sassc gem at version 2.0.1 with note (#8523)

This commit is contained in:
Mark VanLandingham 2019-12-11 06:22:39 -08:00 committed by GitHub
parent b90a592146
commit 06c6062ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -216,7 +216,9 @@ gem 'logstash-event', require: false
gem 'logstash-logger', require: false
gem 'logster'
gem 'sassc', 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'

View File

@ -534,7 +534,7 @@ DEPENDENCIES
ruby-readability
rubyzip
sanitize
sassc
sassc (= 2.0.1)
sassc-rails
seed-fu
shoulda-matchers