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.lock
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.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 65120df205c..933f7199979 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -583,7 +583,7 @@ GEM
recaptcha (3.0.0)
json
recursive-open-struct (1.0.0)
- redcarpet (3.3.3)
+ redcarpet (3.4.0)
redis (3.2.2)
redis-actionpack (5.0.1)
actionpack (>= 4.0, < 6)
@@ -955,7 +955,7 @@ DEPENDENCIES
rblineprof (~> 0.3.6)
rdoc (~> 4.2)
recaptcha (~> 3.0)
- redcarpet (~> 3.3.3)
+ redcarpet (~> 3.4)
redis (~> 3.2)
redis-namespace (~> 1.5.2)
redis-rails (~> 5.0.1)