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:
authorDouwe Maan <douwe@gitlab.com>2015-12-09 13:18:21 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-09 13:18:21 +0300
commit905090dbe9d140ef950995c63204a864a161dbdb (patch)
tree8785fe0459b3009c353a30f29283f8993866bae8 /Gemfile
parent7e8dc22dd7fb730d3fc47150cdfe95dc9ffdbc3a (diff)
Remove RedCloth and no longer allow bundle-audit to fail
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 91ad4b6fb4d..473770f53e5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -93,7 +93,6 @@ 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 'rdoc', '~>3.6'
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'