From 038436fcdff70c0d31461b38c7515038e6feec56 Mon Sep 17 00:00:00 2001 From: sunda <> Date: Tue, 31 May 2022 15:25:42 +0200 Subject: [PATCH] fixed gemfile (again) --- Gemfile | 1 + Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3b41a83..7822d5a 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +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 diff --git a/Gemfile.lock b/Gemfile.lock index 66a7cdc..d5613ad 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) + sassc (2.1.0-x86_64-linux) ffi (~> 1.9) terminal-notifier (2.0.0) terminal-table (1.8.0)