From 9255187524054efd6a48d23f60f792175b59d056 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 19 Aug 2019 14:48:17 +0200 Subject: [PATCH] limit "sass-rails" gem to version ~> 5.0.8 --- Gemfile | 3 ++- Gemfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 558fd98..2052fae 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,8 @@ gem 'simple_form', '~> 4.0' gem 'pundit', '~> 1.1' # Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' +# sass-rails 5.1 depends on Ruy >= 2.4.0, let's keep a 5.0.x for now +gem 'sass-rails', '~> 5.0.7' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' gem 'webpacker', '~> 3.5' diff --git a/Gemfile.lock b/Gemfile.lock index c355317..77d956a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,7 +271,7 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.1.0) + sass-rails (5.0.8) railties (>= 5.2.0) sass (~> 3.1) sprockets (>= 2.8, < 4.0) @@ -380,7 +380,7 @@ DEPENDENCIES rbnacl (>= 3.2, < 5.0) responders (~> 2.4.1) rubocop (~> 0.56.0) - sass-rails (~> 5.0) + sass-rails (~> 5.0.7) selenium-webdriver simple_form (~> 4.0) simplecov