summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
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