summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-01-09 14:00:28 -0500
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-01-09 14:00:28 -0500
commit661fb39de12bf332a4fd09c81fae7c1f4a7012bd (patch)
tree19b5c355c3244824bf7464f6094ab0ef57a6e395 /Gemfile
parent6c62482144e786f83ed62298e06604e46e93107e (diff)
downloadgitlab-ce-661fb39de12bf332a4fd09c81fae7c1f4a7012bd.tar.gz
Update the gitlab-markup gem to the version `1.5.1`
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4e49fe26087..3d871c49020 100644
--- a/Gemfile
+++ b/Gemfile
@@ -101,7 +101,7 @@ gem 'seed-fu', '~> 2.3.5'
# Markdown and HTML processing
gem 'html-pipeline', '~> 1.11.0'
gem 'deckar01-task_list', '1.0.6', require: 'task_list/railtie'
-gem 'gitlab-markup', '~> 1.5.0'
+gem 'gitlab-markup', '~> 1.5.1'
gem 'redcarpet', '~> 3.3.3'
gem 'RedCloth', '~> 4.3.2'
gem 'rdoc', '~> 4.2'