From dcf746a89f6f0351421edd3ddd7a1739cdee8fbe Mon Sep 17 00:00:00 2001 From: rkaldung Date: Mon, 11 Aug 2014 22:08:10 +0200 Subject: [PATCH] workaround (see https://github.com/gregbell/active_admin/issues/3093) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c1b7050d2..d8b882f06 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'json' # Gems used only for assets and not required # in production environments by default. group :assets do - gem 'sass-rails' + gem 'sass-rails', github: 'rails/sass-rails' gem 'coffee-rails' gem 'uglifier' end