From: Jean-Philippe Lang Date: Mon, 10 Aug 2015 07:11:35 +0000 (+0000) Subject: Upgrades redcarpet gem to 3.3.2. X-Git-Tag: 3.2.0~302 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f3345b8c19867104b3f1e5013568134d5e72ec08;p=redmine.git Upgrades redcarpet gem to 3.3.2. git-svn-id: http://svn.redmine.org/redmine/trunk@14480 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index db1abbb6f..a791c47a4 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ platforms :mri, :mingw, :x64_mingw do # Optional Markdown support, not for JRuby group :markdown do - gem "redcarpet", "~> 3.1.2" + gem "redcarpet", "~> 3.3.2" end end