From 06973867a9e1b714013abf64a71be6c1e99bdb83 Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Wed, 18 Nov 2015 01:47:24 +0100 Subject: [PATCH] Update Redcarpet version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b49e1e38d6c..322109ed409 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'gitolite-rugged', git: 'https://github.com/jbox-web/gitolite-rugged.git', t ## Redmine 3.x ## Ruby/Rack Git Smart-HTTP Server Handler (use our own repository because Redmine uses Rails 4.2 and Rack 1.6) gem 'gitlab-grack', git: 'https://github.com/jbox-web/grack.git', require: 'grack', branch: 'fix_rails4' -gem 'redcarpet', '~> 3.1.2' +gem 'redcarpet', '~> 3.3.2' ## Redmine 2.x ## Ruby/Rack Git Smart-HTTP Server Handler (use our own repository because Redmine still uses Rails 3 and Rack 1.4)