From be25978fc0479e0f6441d62ff3ad7c471dc63914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Maniaci?= Date: Mon, 25 Oct 2021 09:47:12 +0100 Subject: [PATCH] gem: pin sassc to 2.1 ideally we'd remove sassc as we make no use of it but in the meantime: https://github.com/sass/sassc-ruby/issues/189#issuecomment-926950953 --- Gemfile | 1 + Gemfile.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index 523e9636e7..0262ce81cb 100644 --- a/Gemfile +++ b/Gemfile @@ -22,6 +22,7 @@ gem "mini_magick" gem "pdfkit" gem "pg", ">= 0.18", "< 2.0" gem "puma", "~> 4" +gem "sassc", "~> 2.1.0" gem "rails", "~> 6.1.4" gem "rswag-ui" gem "webpacker", "~> 5.4" diff --git a/Gemfile.lock b/Gemfile.lock index 57004bb882..71892faa80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -390,6 +390,10 @@ GEM ffi (~> 1.12) ruby2_keywords (0.0.5) rubyzip (2.3.2) + sassc (2.1.0) + ffi (~> 1.9) + sassc (2.1.0-x86_64-linux) + ffi (~> 1.9) selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) @@ -490,6 +494,7 @@ DEPENDENCIES rubocop rubocop-rails rubocop-rspec + sassc (~> 2.1.0) selenium-webdriver simplecov web-console