Skip to content

Instantly share code, notes, and snippets.

@j138
Last active January 18, 2017 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j138/3eeb826b8ce6cc3d25eb144e70ce34d7 to your computer and use it in GitHub Desktop.
Save j138/3eeb826b8ce6cc3d25eb144e70ce34d7 to your computer and use it in GitHub Desktop.
rails5移行を進めてるんだけど、less-railsがwarning吐きまくってうるさい ref: http://qiita.com/Jey/items/f69e93755be8ec959124
git diff Gemfile
diff --git a/Gemfile b/Gemfile
index 259c4bc..1d3cb41 100755
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,7 @@ gem 'sdoc'
gem 'mysql2'
gem 'turbolinks'
gem 'uglifier'
-gem 'less-rails'
+gem 'less-rails', git: 'https://github.com/MustafaZain/less-rails'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment