From e29134d17854d88b4a81456987c28db93f5ec97c Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 12 Feb 2013 22:50:28 -0800 Subject: added sass, don't know why it is needed. --- Gemfile | 2 ++ Gemfile.lock | 1 + 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 5be28ea..9ed38ca 100644 --- a/Gemfile +++ b/Gemfile @@ -46,6 +46,8 @@ gem 'capistrano' # allows static pages with .md gem 'markdown-rails' +gem 'sass' + group :development do gem 'thin' end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index cfda894..0f987e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,6 +134,7 @@ DEPENDENCIES json markdown-rails rails (= 3.2.12) + sass sass-rails sqlite3 therubyrhino -- cgit v1.2.3