From 66c3039e371f039bca03b2fff542f5b6afe44bc5 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 19 Aug 2019 14:55:32 +0200 Subject: [PATCH] limit "sass-rails" gem to version 5.0.7 --- Gemfile | 4 ++-- Gemfile.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 2052fae..53ec5bd 100644 --- a/Gemfile +++ b/Gemfile @@ -21,8 +21,8 @@ gem 'simple_form', '~> 4.0' gem 'pundit', '~> 1.1' # Use SCSS for stylesheets -# 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' +# sass-rails 5.1 depends on Ruy >= 2.4.0, let's keep 5.0.7 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 77d956a..a754c6a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,8 +271,8 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.8) - railties (>= 5.2.0) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) sass (~> 3.1) sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) @@ -380,7 +380,7 @@ DEPENDENCIES rbnacl (>= 3.2, < 5.0) responders (~> 2.4.1) rubocop (~> 0.56.0) - sass-rails (~> 5.0.7) + sass-rails (= 5.0.7) selenium-webdriver simple_form (~> 4.0) simplecov