From c0e00c9179707114e8d5ee2f9dcba7a096f7d8fb Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 25 Jul 2019 16:58:20 +0200 Subject: [PATCH] suite --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 09c462a..9f67e34 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'turbolinks' gem 'jbuilder', '~> 1.0.1' gem "therubyracer", group: :production -gem 'less-rails', '2.8.0' +gem 'less-rails', '3.0.0' gem "twitter-bootstrap-rails" gem 'haml-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 80cb7bc..d4d4bfc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,6 +59,7 @@ 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) @@ -85,8 +86,9 @@ GEM kgio (2.11.2) less (2.6.0) commonjs (~> 0.2.7) - less-rails (2.8.0) + less-rails (3.0.0) actionpack (>= 4.0) + grease less (~> 2.6.0) sprockets (> 2, < 4) tilt @@ -175,7 +177,7 @@ DEPENDENCIES jbuilder (~> 1.0.1) jquery-rails kaminari-bootstrap - less-rails (= 2.8.0) + less-rails (= 3.0.0) mysql2 nokogiri rails (= 4.0.13)