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:
authorGabriel Mazetto <brodock@gmail.com>2018-06-08 20:41:54 +0300
committerGabriel Mazetto <brodock@gmail.com>2018-06-08 20:46:44 +0300
commit6e14ea42b8d92085cbf67068b70e9ccfffaa67a4 (patch)
treebfb9e81e699d8349ef8b6e2f15ca44859c02cefd /Gemfile
parent760b12dc6b3a927c918855e2ee85a1c0e6bddb73 (diff)
Upgrade gitlab-markup to fix render issue with reStructuredText
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4c63f4c10b8..3e9e4ffdabc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -133,7 +133,7 @@ gem 'seed-fu', '~> 2.3.7'
# Markdown and HTML processing
gem 'html-pipeline', '~> 2.7.1'
gem 'deckar01-task_list', '2.0.0'
-gem 'gitlab-markup', '~> 1.6.2'
+gem 'gitlab-markup', '~> 1.6.4'
gem 'redcarpet', '~> 3.4'
gem 'commonmarker', '~> 0.17'
gem 'RedCloth', '~> 4.3.2'