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:
authorRobert Speicher <rspeicher@gmail.com>2015-04-29 22:02:41 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-05-06 19:58:26 +0300
commitbc14d223a781322d672ca54d7afa946532b66d56 (patch)
treee2754f3115b71b9c8029b26664b5e05448630b41 /Gemfile
parent5b3c823fc9fe6788184a29dec7393158738ef584 (diff)
Add task_list gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile21
1 files changed, 9 insertions, 12 deletions
diff --git a/Gemfile b/Gemfile
index ea62396d8a3..05e26f5b72d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -87,20 +87,17 @@ gem "six"
# Seed data
gem "seed-fu"
-# Markup pipeline for GitLab
+# Markdown and HTML processing
gem 'html-pipeline', '~> 1.11.0'
-
-# Markdown to HTML
-gem "github-markup"
-
-# Required markup gems by github-markdown
-gem 'redcarpet', '~> 3.2.3'
+gem 'task_list', '~> 1.0.0', require: 'task_list/railtie'
+gem 'github-markup'
+gem 'redcarpet', '~> 3.2.3'
gem 'RedCloth'
-gem 'rdoc', '~>3.6'
-gem 'org-ruby', '= 0.9.12'
-gem 'creole', '~>0.3.6'
-gem 'wikicloth', '=0.8.1'
-gem 'asciidoctor', '= 0.1.4'
+gem 'rdoc', '~>3.6'
+gem 'org-ruby', '= 0.9.12'
+gem 'creole', '~>0.3.6'
+gem 'wikicloth', '=0.8.1'
+gem 'asciidoctor', '= 0.1.4'
# Diffs
gem 'diffy', '~> 3.0.3'