From 9b380829f87e7ca19eccb83fbae7b780564bd234 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 4 Dec 2018 15:54:49 +0100 Subject: [PATCH] =?UTF-8?q?sass-rails=20=E2=86=92=20saasc-rails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit saas-rails is deprecated --- Gemfile | 2 +- Gemfile.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 59eaecbb2..76e4f624e 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'dotenv-rails', require: 'dotenv/rails-now' gem 'rails' # Use SCSS for stylesheets -gem 'sass-rails' +gem 'sassc-rails' # Use jquery as the JavaScript library gem 'jquery-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 5464f4b06..891384ef7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -545,6 +545,15 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.0.0) + ffi (~> 1.9.6) + rake + sassc-rails (2.0.0) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt scenic (1.4.1) activerecord (>= 4.0.0) railties (>= 4.0.0) @@ -730,7 +739,7 @@ DEPENDENCIES rubocop rubocop-rspec-focused sanitize-url - sass-rails + sassc-rails scenic scss_lint select2-rails