Bump rails from 5.2.4.4 to 5.2.4.5

Bumps [rails](https://github.com/rails/rails) from 5.2.4.4 to 5.2.4.5.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.4.4...v5.2.4.5)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-03-20 15:12:38 +00:00
committed by Javi Martín
parent 3fcdfddf0d
commit 83f23b3ef1
3 changed files with 47 additions and 47 deletions

View File

@@ -5,7 +5,7 @@ describe AdminWYSIWYGSanitizer do
describe "#sanitize" do
it "allows images" do
html = 'Dangerous<img src="/smile.png" alt="Smile" style="width: 10px;"> image'
html = 'Dangerous<img src="/smile.png" alt="Smile" style="width:10px;"> image'
expect(sanitizer.sanitize(html)).to eq(html)
end