diff options
author | Jared Deckard <jared.deckard@gmail.com> | 2016-09-30 16:38:02 -0500 |
---|---|---|
committer | Jared Deckard <jared.deckard@gmail.com> | 2016-09-30 16:38:02 -0500 |
commit | 88c1db4a2b365a75a43c46a0bed58ca1f8069408 (patch) | |
tree | a1a0ba8f225f3334c0df2db004ecf9a0bafda168 /Gemfile | |
parent | f4d4113240e6851fd8eede1170a60c06b22578e1 (diff) | |
download | gitlab-ce-88c1db4a2b365a75a43c46a0bed58ca1f8069408.tar.gz |
Replace talk_list patch with a patched fork
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,6 @@ gem 'seed-fu', '~> 2.3.5' # Markdown and HTML processing gem 'html-pipeline', '~> 1.11.0' -gem 'task_list', '~> 1.0.2', require: 'task_list/railtie' gem 'github-markup', '~> 1.4' gem 'redcarpet', '~> 3.3.3' gem 'RedCloth', '~> 4.3.2' @@ -110,6 +109,7 @@ gem 'creole', '~> 0.5.0' gem 'wikicloth', '0.8.1' gem 'asciidoctor', '~> 1.5.2' gem 'rouge', '~> 2.0' +gem 'deckar01-task_list', '1.0.5', require: 'task_list/railtie' # See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s # and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM |