From 80b6a07b54a6d7a747894f39057a245a1e285d56 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 25 Jul 2019 17:00:59 +0200 Subject: [PATCH] SUT --- Gemfile | 2 +- Gemfile.lock | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 9f67e34..467807b 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'turbolinks' gem 'jbuilder', '~> 1.0.1' gem "therubyracer", group: :production -gem 'less-rails', '3.0.0' +gem 'less-rails', '2.7.1' gem "twitter-bootstrap-rails" gem 'haml-rails' diff --git a/Gemfile.lock b/Gemfile.lock index d4d4bfc..4233b43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,7 +59,6 @@ GEM erubis (2.7.0) execjs (1.4.0) multi_json (~> 1.0) - grease (0.3.2) haml (4.0.3) tilt haml-rails (0.4) @@ -86,9 +85,8 @@ GEM kgio (2.11.2) less (2.6.0) commonjs (~> 0.2.7) - less-rails (3.0.0) + less-rails (2.7.1) actionpack (>= 4.0) - grease less (~> 2.6.0) sprockets (> 2, < 4) tilt @@ -177,7 +175,7 @@ DEPENDENCIES jbuilder (~> 1.0.1) jquery-rails kaminari-bootstrap - less-rails (= 3.0.0) + less-rails (= 2.7.1) mysql2 nokogiri rails (= 4.0.13)