summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-09-19 09:13:43 -0700
committerFranck Cuny <franck.cuny@gmail.com>2013-09-19 09:13:43 -0700
commit1ad63117dc5a1911e068e1c5c7ebed479387cade (patch)
treee1a830f63eb0ec72b4d350b1b2ea94a8ac3b1185 /Gemfile
parenttry something for code color (diff)
downloadlumberjaph-1ad63117dc5a1911e068e1c5c7ebed479387cade.tar.gz
update gemfile to use redcarpted for markdown
Diffstat (limited to '')
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock3
2 files changed, 2 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 7789e53..76972e7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
gem 'jekyll'
gem 'jekyll-assets'
gem 'RedCloth'
-gem 'rdiscount'
+gem 'redcarpet'
gem 'sass'
diff --git a/Gemfile.lock b/Gemfile.lock
index 8b173ee..912e5c9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -33,7 +33,6 @@ 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)
@@ -53,5 +52,5 @@ DEPENDENCIES
RedCloth
jekyll
jekyll-assets
- rdiscount
+ redcarpet
sass