Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2017-03-01 02:38:50 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-03-06 19:27:49 +0300
commit9a672c4f81984e07ab2c0c0c456c798adff91514 (patch)
treee27fb20b32ded0059ca6dca96195c9818194314f /Gemfile
parent00f5cb84d55036542165c756e235619631bc7dee (diff)
Updates Redcarpet (Markdown parser) to 3.4.0
Adds suppport for HTML 5 details and summary tags (https://github.com/vmg/redcarpet/issues/578)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a267030eb4c..ca0fc9810a1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -105,7 +105,7 @@ gem 'seed-fu', '~> 2.3.5'
gem 'html-pipeline', '~> 1.11.0'
gem 'deckar01-task_list', '1.0.6', require: 'task_list/railtie'
gem 'gitlab-markup', '~> 1.5.1'
-gem 'redcarpet', '~> 3.3.3'
+gem 'redcarpet', '~> 3.4'
gem 'RedCloth', '~> 4.3.2'
gem 'rdoc', '~> 4.2'
gem 'org-ruby', '~> 0.9.12'