From a97f0439e1fdab7097aec4b8de38bbd2aa137181 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 28 Mar 2014 15:57:29 +1100 Subject: [PATCH] Fix 'undefined method sass' - we need sass-rails in production env --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6d9b351cca..057fd34d3e 100644 --- a/Gemfile +++ b/Gemfile @@ -21,6 +21,7 @@ gem 'bugsnag' gem 'newrelic_rpm' gem 'haml' gem 'sass', "~> 3.2" +gem 'sass-rails', '~> 3.2.3' gem 'aws-sdk' gem 'db2fog' gem 'andand' @@ -39,7 +40,6 @@ gem 'rack-ssl', :require => 'rack/ssl' # Gems used only for assets and not required # in production environments by default. group :assets do - gem 'sass-rails', '~> 3.2.3' gem 'compass-rails' gem 'coffee-rails', '~> 3.2.1'