From 6bc5a4b077581550587a677df553003fc218c0aa Mon Sep 17 00:00:00 2001 From: sunda <> Date: Mon, 30 May 2022 12:42:35 +0200 Subject: [PATCH] testing with generic sassc version... --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 5003f30..3b41a83 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ source "https://rubygems.org" gem "jekyll", "~> 4.0.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.5" -gem "sassc", "~> 2.1.0" + gem "webrick" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. diff --git a/Gemfile.lock b/Gemfile.lock index d5613ad..66a7cdc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM rexml (3.2.5) rouge (3.28.0) safe_yaml (1.0.5) - sassc (2.1.0-x86_64-linux) + sassc (2.1.0) ffi (~> 1.9) terminal-notifier (2.0.0) terminal-table (1.8.0)