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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-01 15:01:19 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-01 15:01:19 +0400
commita28fe934d6d50699c564632803f44cb3120d0978 (patch)
tree8b309c236067364e5aa900ba385a58429cc18111 /Gemfile
parent8235d3ecdfb313714ea562a3fea70da7a4692a36 (diff)
parent8d715fb104baf57219124fea0bc54d3f7846a1a3 (diff)
Merge pull request #7628 from zzet/update_markdown
Update redcarpet gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6e08d13bccb..15854af4ed2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -82,7 +82,7 @@ gem "seed-fu"
gem "github-markup"
# Required markup gems by github-markdown
-gem 'redcarpet', '~> 2.2.2'
+gem 'redcarpet', '~> 3.1.2'
gem 'RedCloth'
gem 'rdoc', '~>3.6'
gem 'org-ruby'