Skip to content

Commit eaa6e5f

Browse files
committed
Resolve Redmine 4.1 incompatiblity
Drop task_list gem because it's been deprecated for 4 years and it is not a critical part of this project. Fixes redmine-git-hosting#748
1 parent e5d9a68 commit eaa6e5f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Diff for: Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ gem 'hiredis'
1515
gem 'escape_utils'
1616
gem 'html-pipeline'
1717
gem 'rinku'
18-
gem 'task_list'
1918

2019
# Syntaxic coloration
2120
gem 'github-markup'

Diff for: lib/redmine_git_hosting/markdown_renderer.rb

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require 'html/pipeline'
2-
require 'task_list/filter'
32

43
module RedmineGitHosting
54
module MarkdownRenderer
@@ -21,7 +20,6 @@ def pipeline
2120
def filters
2221
[
2322
RedmineGitHosting::RedcarpetFilter,
24-
TaskList::Filter,
2523
HTML::Pipeline::AutolinkFilter,
2624
HTML::Pipeline::TableOfContentsFilter
2725
]

0 commit comments

Comments
 (0)