From 2027590a8a35e3461d4879a112760d623b3a07b9 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 18 Jun 2021 15:49:43 +1000 Subject: [PATCH] Remove explicit dependency on sass gem We still depend on it via compass and foundation-rails but it's not explicit any more. The sass gem has been deprecated in favour of the faster sassc gem. But sassc has been deprecated in favour of dart-sass which is an npm package. https://github.com/sass/ruby-sass#ruby-sass-has-reached-end-of-life https://github.com/sass/sassc#sassc This is confusing but we don't have to worry about it because it's not a direct dependency and other gems can solve the dependency selection for us, I think. :smile: --- Gemfile | 1 - Gemfile.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index aaf1e31191..185584eee2 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,6 @@ gem 'angular-rails-templates', '>= 0.3.0' gem 'awesome_nested_set' gem 'ransack', '2.4.2' gem 'responders' -gem 'sass', '~> 3.4.0' # this restriction originates from foundation-rails's version gem 'sass-rails', '< 5.1.0' # this restriction originates from the compass-rails's version gem 'i18n' diff --git a/Gemfile.lock b/Gemfile.lock index 540f957ce0..5974b802ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -769,7 +769,6 @@ DEPENDENCIES rswag rubocop rubocop-rails - sass (~> 3.4.0) sass-rails (< 5.1.0) select2-rails! selenium-webdriver