diff --git a/Gemfile b/Gemfile index 326174c75f2..8cf8d88917e 100644 --- a/Gemfile +++ b/Gemfile @@ -256,7 +256,7 @@ gem 'sanitize', '~> 4.6' gem 'babosa', '~> 1.0.2' # Sanitizes SVG input -gem 'loofah', '~> 2.2' +gem 'loofah', '~> 2.19' # Working with license gem 'licensee', '~> 8.9' diff --git a/Gemfile.lock b/Gemfile.lock index 220735f0e27..86f6a4a2ee4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -610,7 +610,7 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.4.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) lru_redux (1.1.0) @@ -630,7 +630,9 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_magick (4.9.5) mini_mime (1.0.2) mini_portile2 (2.4.0) @@ -1281,7 +1283,7 @@ DEPENDENCIES licensee (~> 8.9) liquid (~> 4.0) lograge (~> 0.5) - loofah (~> 2.2) + loofah (~> 2.19) lru_redux mail (= 2.7.1) marginalia (~> 1.8.0)