summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2016-06-27 00:18:46 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2016-07-03 12:23:19 +0900
commitb6863388984853ccd6e9b49aadac9c714454257f (patch)
treee72d279bdbd3c58423e7d45c7d40a24fef9fa321 /Gemfile
parentfc3402b7eaa9e9839ac2b7087d9582f518b0bf96 (diff)
downloadgitlab-ce-b6863388984853ccd6e9b49aadac9c714454257f.tar.gz
Update RedCloth to 4.3.2 for CVE-2012-6684
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d622af6b0a3..e409e66aab0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -107,7 +107,7 @@ gem 'html-pipeline', '~> 1.11.0'
gem 'task_list', '~> 1.0.2', require: 'task_list/railtie'
gem 'github-markup', '~> 1.3.1'
gem 'redcarpet', '~> 3.3.3'
-gem 'RedCloth', '~> 4.2.9'
+gem 'RedCloth', '~> 4.3.2'
gem 'rdoc', '~>3.6'
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'