summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock1
2 files changed, 3 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
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