Feature #32424 » 0004-Pin-html-pipeline-to-2.13.2-32424.patch
Gemfile | ||
---|---|---|
48 | 48 | |
49 | 49 |
# Optional CommonMark support, not for JRuby |
50 | 50 |
group :common_mark do |
51 |
gem "html-pipeline", "~> 2.12" |
|
51 |
gem "html-pipeline", "~> 2.13.2"
|
|
52 | 52 |
gem "commonmarker", "~> 0.22" |
53 | 53 |
gem "sanitize", "~> 5.2" |
54 | 54 |
end |