mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 10:50:26 -06:00
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:
parent
106a2f58a2
commit
2fac77cc48
4
Gemfile
4
Gemfile
@ -218,9 +218,7 @@ gem 'logstash-event', require: false
|
|||||||
gem 'logstash-logger', require: false
|
gem 'logstash-logger', require: false
|
||||||
gem 'logster'
|
gem 'logster'
|
||||||
|
|
||||||
# NOTE: later versions of sassc are causing a segfault, possibly dependent on processer architecture
|
gem 'sassc', '2.4.0', require: false
|
||||||
# and until resolved should be locked at 2.0.1
|
|
||||||
gem 'sassc', '2.0.1', require: false
|
|
||||||
gem "sassc-rails"
|
gem "sassc-rails"
|
||||||
|
|
||||||
gem 'rotp', require: false
|
gem 'rotp', require: false
|
||||||
|
@ -376,9 +376,8 @@ GEM
|
|||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.8.0)
|
nokogiri (>= 1.8.0)
|
||||||
nokogumbo (~> 2.0)
|
nokogumbo (~> 2.0)
|
||||||
sassc (2.0.1)
|
sassc (2.4.0)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
rake
|
|
||||||
sassc-rails (2.1.2)
|
sassc-rails (2.1.2)
|
||||||
railties (>= 4.0.0)
|
railties (>= 4.0.0)
|
||||||
sassc (>= 2.0)
|
sassc (>= 2.0)
|
||||||
@ -544,7 +543,7 @@ DEPENDENCIES
|
|||||||
ruby-prof
|
ruby-prof
|
||||||
ruby-readability
|
ruby-readability
|
||||||
rubyzip
|
rubyzip
|
||||||
sassc (= 2.0.1)
|
sassc (= 2.4.0)
|
||||||
sassc-rails
|
sassc-rails
|
||||||
seed-fu
|
seed-fu
|
||||||
shoulda-matchers
|
shoulda-matchers
|
||||||
|
Loading…
Reference in New Issue
Block a user