diff options
author | Fatih Acet <acetfatih@gmail.com> | 2019-01-23 19:12:08 +0100 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2019-01-30 23:18:16 +0100 |
commit | 1fabeecf85cc637fd68ca99a4de7bf3cb3b915bc (patch) | |
tree | 3b469872ac624f7f2ca23c68b6518980fa064bae /Gemfile | |
parent | 4b25f1e6405fb288fd06ee610aec154efedcdb8c (diff) | |
download | gitlab-ce-1fabeecf85cc637fd68ca99a4de7bf3cb3b915bc.tar.gz |
Use original tasklist package with new version
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ gem 'seed-fu', '~> 2.3.7' # Markdown and HTML processing gem 'html-pipeline', '~> 2.8' -gem 'deckar01-task_list', git: 'https://github.com/fatihacet/task_list.git' +gem 'deckar01-task_list', '2.1.0' gem 'gitlab-markup', '~> 1.6.5' gem 'github-markup', '~> 1.7.0', require: 'github/markup' gem 'redcarpet', '~> 3.4' |