From 1756ca39099ea7fa0ff42141383b8bfc13e18e4c 2015-09-13 14:51:05 From: Jean-Philippe Lang Date: 2015-09-13 14:51:05 Subject: [PATCH] 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 2f4ccc3..148e32f 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