From 9d3522e596c866a1df5aebde73e3aababb56e390 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Fri, 20 Jan 2012 11:37:17 -0800 Subject: [PATCH] Add sass-rails to bundle --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 902db98..2fc9e9d 100644 --- a/Gemfile +++ b/Gemfile @@ -16,6 +16,7 @@ platforms :ruby_18 do end group :assets do + gem 'sass-rails' gem 'uglifier' end diff --git a/Gemfile.lock b/Gemfile.lock index d0fc396..e177600 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,6 +171,7 @@ DEPENDENCIES rack-contrib rails (~> 3.2) rails_admin! + sass-rails simplecov sqlite3 thin