summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-09-16 21:13:38 +0000
committerFranck Cuny <franck.cuny@gmail.com>2013-09-16 21:13:38 +0000
commite43486889d1395b38cdcfce41e570bb728790b73 (patch)
treed18071f079928a4342725dd07ce88198437c6c5a
parentadd gemfile.lock (diff)
downloadlumberjaph-e43486889d1395b38cdcfce41e570bb728790b73.tar.gz
add missing dep to gemfile
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock4
2 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 54172c3..7789e53 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,3 +3,4 @@ gem 'jekyll'
gem 'jekyll-assets'
gem 'RedCloth'
gem 'rdiscount'
+gem 'sass'
diff --git a/Gemfile.lock b/Gemfile.lock
index 11e36a9..8b173ee 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -33,8 +33,10 @@ GEM
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rack (1.5.2)
+ rdiscount (2.1.6)
redcarpet (2.3.0)
safe_yaml (0.7.1)
+ sass (3.2.10)
sprockets (2.10.0)
hike (~> 1.2)
multi_json (~> 1.0)
@@ -51,3 +53,5 @@ DEPENDENCIES
RedCloth
jekyll
jekyll-assets
+ rdiscount
+ sass