diff --git a/Gemfile.lock b/Gemfile.lock index 928efbd54..5cedbf81b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -470,7 +470,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.19.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.8) @@ -646,8 +646,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.3) - loofah (~> 2.3) + rails-html-sanitizer (1.4.4) + loofah (~> 2.19, >= 2.19.1) rails-i18n (7.0.5) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) diff --git a/vendor/cache/loofah-2.19.0.gem b/vendor/cache/loofah-2.19.0.gem deleted file mode 100644 index 025b88df7..000000000 Binary files a/vendor/cache/loofah-2.19.0.gem and /dev/null differ diff --git a/vendor/cache/loofah-2.19.1.gem b/vendor/cache/loofah-2.19.1.gem new file mode 100644 index 000000000..9ac4d59fc Binary files /dev/null and b/vendor/cache/loofah-2.19.1.gem differ diff --git a/vendor/cache/rails-html-sanitizer-1.4.3.gem b/vendor/cache/rails-html-sanitizer-1.4.3.gem deleted file mode 100644 index ae2042113..000000000 Binary files a/vendor/cache/rails-html-sanitizer-1.4.3.gem and /dev/null differ diff --git a/vendor/cache/rails-html-sanitizer-1.4.4.gem b/vendor/cache/rails-html-sanitizer-1.4.4.gem new file mode 100644 index 000000000..22bb956a5 Binary files /dev/null and b/vendor/cache/rails-html-sanitizer-1.4.4.gem differ