From 585a31d8aab0eb01a66b2b30ea57c17385589951 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 17 Aug 2014 18:17:17 -0400 Subject: [PATCH] Support RDiscount 2. Fixes #2747. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2bc6abc3..5649d19f 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rr', '~> 1.1' gem 'cucumber', '1.3.18' gem 'RedCloth', '~> 4.2' gem 'maruku', '~> 0.7.0' -gem 'rdiscount', '~> 1.6' +gem 'rdiscount', '~> 2.0' gem 'launchy', '~> 2.3' gem 'simplecov', '~> 0.9' gem 'simplecov-gem-adapter', '~> 1.0.1'