From 7c50958994d4e3da97b79f714265c882b7fa370d Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 13 Apr 2015 16:59:09 -0300 Subject: [PATCH] Fix gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 19fb7f2..c5f5d1a 100644 --- a/Gemfile +++ b/Gemfile @@ -30,9 +30,9 @@ gem 'rack-contrib' # FIXME list here all actual dependencies (i.e. the ones in debian/control), # with their GEM names (not the Debian package names) +gem 'sass-rails' group :assets do gem 'uglifier', '>= 1.0.3' - gem 'sass-rails' end group :production do -- libgit2 0.21.2