From: Jean-Philippe Lang Date: Sun, 13 Sep 2015 14:51:05 +0000 (+0000) Subject: Merged r14480 (#20735). X-Git-Tag: 3.0.5~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1756ca39099ea7fa0ff42141383b8bfc13e18e4c;p=redmine.git Merged r14480 (#20735). git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14566 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 2f4ccc3a6..148e32f41 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,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