From 907f63cc6265f4cb9c8b3918f5796d96522e6348 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 12 Aug 2018 19:53:28 +0100 Subject: [PATCH] Replace sass-rails with sassc-rails http://sass.logdown.com/posts/7081811 --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 9d759548c..7600fdec6 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "json" gem "pg", "~> 0.18" # Use SCSS for stylesheets -gem "sass-rails", "~> 5.0" +gem "sassc-rails" # Use Uglifier as compressor for JavaScript assets gem "uglifier", ">= 1.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 201b685fd..eb89e7df6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -317,12 +317,16 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) + sassc (1.12.1) + ffi (~> 1.9.6) + sass (>= 3.3.0) + sassc-rails (1.3.0) + railties (>= 4.0.0) + sass + sassc (~> 1.9) + sprockets (> 2.11) + sprockets-rails + tilt secure_headers (6.0.0) simplecov (0.16.1) docile (~> 1.1) @@ -428,7 +432,7 @@ DEPENDENCIES rotp rubocop sanitize - sass-rails (~> 5.0) + sassc-rails secure_headers uglifier (>= 1.3.0) validates_email_format_of (>= 1.5.1) -- 2.43.2