Update rails-html-sanitizer re: CVE-2018-8048
Resolves #2013 https://hakiri.io/technologies/rails-html-sanitizer/issues/0b56bd2dcd1955
This commit is contained in:
parent
96d5994673
commit
0c6d1fa233
1 changed files with 3 additions and 3 deletions
|
|
@ -260,7 +260,7 @@ GEM
|
|||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
ruby_dep (~> 1.2)
|
||||
loggability (0.14.0)
|
||||
loofah (2.2.1)
|
||||
loofah (2.2.2)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
lumberjack (1.0.12)
|
||||
|
|
@ -401,8 +401,8 @@ GEM
|
|||
rails-dom-testing (2.0.3)
|
||||
activesupport (>= 4.2.0)
|
||||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.0.3)
|
||||
loofah (~> 2.0)
|
||||
rails-html-sanitizer (1.0.4)
|
||||
loofah (~> 2.2, >= 2.2.2)
|
||||
rails-i18n (5.0.4)
|
||||
i18n (~> 0.7)
|
||||
railties (~> 5.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue