From db47f7bdeb34f901742669720f880a1b251ac3d8 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 25 Jul 2019 17:28:50 +0200 Subject: [PATCH] suite --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 94863eb..85225e1 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'turbolinks' gem 'jbuilder', '~> 1.0.1' gem "therubyracer", group: :production -gem 'less-rails', '2.7.1' +gem 'less-rails', github: 'metaskills/less-rails', branch: 'depends_only_on_less_files' gem "twitter-bootstrap-rails" gem 'haml-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 44996d5..fb83eec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,6 +5,17 @@ GIT formtastic (2.3.0.rc2) actionpack (>= 3.0) +GIT + remote: git://github.com/metaskills/less-rails.git + revision: c34a9dc78b793a2f31e1917065f36f7201608365 + branch: depends_only_on_less_files + specs: + less-rails (2.7.1) + actionpack (>= 4.0) + less (~> 2.6.0) + sprockets (> 2, < 4) + tilt + GEM remote: https://rubygems.org/ specs: @@ -85,11 +96,6 @@ GEM kgio (2.11.2) less (2.6.0) commonjs (~> 0.2.7) - less-rails (2.7.1) - actionpack (>= 4.0) - less (~> 2.6.0) - sprockets (> 2, < 4) - tilt libv8 (3.11.8.17) mail (2.5.5) mime-types (~> 1.16) @@ -183,7 +189,7 @@ DEPENDENCIES jbuilder (~> 1.0.1) jquery-rails kaminari-bootstrap - less-rails (= 2.7.1) + less-rails! mysql2 nokogiri rails (= 4.0.6)