From a78766c1bc28b061273294fff1468ffdd230b4f0 Mon Sep 17 00:00:00 2001 From: Midgard Date: Sat, 29 Aug 2020 14:36:39 +0200 Subject: [PATCH] Remove sassc and slim dependencies --- Gemfile | 2 -- Gemfile.lock | 9 --------- 2 files changed, 11 deletions(-) diff --git a/Gemfile b/Gemfile index c53c284..8c8a3d8 100644 --- a/Gemfile +++ b/Gemfile @@ -10,8 +10,6 @@ gem 'mini_racer' gem 'nanoc' gem 'pdfkit' gem 'sass' -gem 'sassc' -gem 'slim' gem 'nokogiri' group :nanoc do diff --git a/Gemfile.lock b/Gemfile.lock index b8654f4..bc39ec4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,16 +122,9 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sassc (2.4.0) - ffi (~> 1.9) shellany (0.0.1) - slim (4.1.0) - temple (>= 0.7.6, < 0.9) - tilt (>= 2.0.6, < 2.1) slow_enumerator_tools (1.1.0) - temple (0.8.2) thor (1.0.1) - tilt (2.0.10) tomlrb (1.3.0) tty-color (0.5.2) tty-command (0.9.0) @@ -156,8 +149,6 @@ DEPENDENCIES nokogiri pdfkit sass - sassc - slim BUNDLED WITH 2.1.4