qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [qemu-web PATCH] Gemfile: use a fixed version of sassc


From: Paolo Bonzini
Subject: [Qemu-devel] [qemu-web PATCH] Gemfile: use a fixed version of sassc
Date: Thu, 19 Sep 2019 15:01:28 +0200

Jekyll failed to run with sassc 2.2.0 due to a LoadError, so the
Gemfile was requiring an earlier version (2.1.0 in practice).
Since the bug has been fixed, remove the workaround and instead
require a fixed version.

Signed-off-by: Paolo Bonzini <address@hidden>
---
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index b76a4fd..2117bba 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,4 +24,4 @@ group :jekyll_plugins do
 end
 
 # for https://github.com/sass/sassc-ruby/issues/146
-gem "sassc", "< 2.2.0"
+gem "sassc", ">= 2.2.1"
-- 
2.21.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]