From 9b091f8d5d5800c1332d4653a2928675a2ec7d48 Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Fri, 9 Oct 2015 07:28:02 -0500 Subject: [PATCH] Update Kramdown and reduce it's constraints. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a6d2a5b8..3639ecfe 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'jekyll-coffeescript', '~> 1.0' gem 'jekyll-feed' gem 'jekyll-gist', '~> 1.0' gem 'mime-types', '~> 2.6' -gem 'kramdown', '~> 1.8.0' +gem 'kramdown', '~> 1.9' platform :ruby, :mswin, :mingw do gem 'rdiscount', '~> 2.0'