Patch #37750 » 0001-always-bundle-html-pipeline-and-sanitizer-gems.patch
| Gemfile | ||
|---|---|---|
| 29 | 29 |
gem 'rotp', '>= 5.0.0' |
| 30 | 30 |
gem 'rqrcode' |
| 31 | 31 | |
| 32 |
# HTML pipeline and sanitization |
|
| 33 |
gem "html-pipeline", "~> 2.13.2" |
|
| 34 |
gem "sanitize", "~> 6.0" |
|
| 35 | ||
| 32 | 36 |
# Optional gem for LDAP authentication |
| 33 | 37 |
group :ldap do |
| 34 | 38 |
gem 'net-ldap', '~> 0.17.0' |
| ... | ... | |
| 46 | 50 | |
| 47 | 51 |
# Optional CommonMark support, not for JRuby |
| 48 | 52 |
group :common_mark do |
| 49 |
gem "html-pipeline", "~> 2.13.2" |
|
| 50 | 53 |
gem "commonmarker", '0.23.4' |
| 51 |
gem "sanitize", "~> 6.0" |
|
| 52 | 54 |
gem 'deckar01-task_list', '2.3.2' |
| 53 | 55 |
end |
| 54 | 56 | |