From 17b3873f0cfa72e2f25c47da597e249eb5cb2664 Mon Sep 17 00:00:00 2001 From: taogawa Date: Sat, 6 Feb 2021 08:20:27 +0900 Subject: [PATCH] Replace eol ruby-sass to sassc --- feathericon-sass.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feathericon-sass.gemspec b/feathericon-sass.gemspec index 5ed8cda..dd12422 100644 --- a/feathericon-sass.gemspec +++ b/feathericon-sass.gemspec @@ -16,6 +16,6 @@ Gem::Specification.new do |s| s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] - s.add_runtime_dependency 'sass', '>= 3.2' - s.add_development_dependency 'sass-rails' + s.add_runtime_dependency 'sassc', '>= 2.0' + s.add_development_dependency 'sassc-rails' end