summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-12 22:50:28 -0800
committerelijah <elijah@riseup.net>2013-02-12 22:50:28 -0800
commite29134d17854d88b4a81456987c28db93f5ec97c (patch)
tree2a7485498dbd68760b35bdb89cf34bd800761bb3 /Gemfile
parentc6c9d79a44fec49d0e98468f78b3a61c321fb588 (diff)
added sass, don't know why it is needed.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
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