Feature #32424 » 0003-Pin-sanitize-to-5.2-32424.patch
Gemfile | ||
---|---|---|
50 | 50 |
group :common_mark do |
51 | 51 |
gem "html-pipeline", "~> 2.12" |
52 | 52 |
gem "commonmarker", "~> 0.22" |
53 |
gem "sanitize", "~> 5.1"
|
|
53 |
gem "sanitize", "~> 5.2"
|
|
54 | 54 |
end |
55 | 55 | |
56 | 56 |
# Include database gems for the adapters found in the database |