diff --git a/spec/bundle/secure/Gemfile b/spec/bundle/secure/Gemfile index ef1beece..cca7cfad 100644 --- a/spec/bundle/secure/Gemfile +++ b/spec/bundle/secure/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem 'rails', '~> 5.2' -gem 'rails-html-sanitizer', '~> 1.4.4' +gem 'rails-html-sanitizer', '~> 1.7.1' diff --git a/spec/bundle/secure/Gemfile.lock b/spec/bundle/secure/Gemfile.lock index 21bbe0ad..4c483e01 100644 --- a/spec/bundle/secure/Gemfile.lock +++ b/spec/bundle/secure/Gemfile.lock @@ -46,15 +46,15 @@ GEM base64 (0.3.0) builder (3.2.4) concurrent-ruby (1.1.10) - crass (1.0.6) + crass (1.0.7) erubi (1.10.0) globalid (1.0.1) activesupport (>= 5.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - loofah (2.19.1) + loofah (2.25.2) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.7.1) mini_mime (>= 0.1.1) marcel (1.0.2) @@ -88,8 +88,9 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.4) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.7.1) + loofah (~> 2.25, >= 2.25.2) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (5.2.8) actionpack (= 5.2.8) activesupport (= 5.2.8) @@ -119,7 +120,7 @@ PLATFORMS DEPENDENCIES rails (~> 5.2) - rails-html-sanitizer (~> 1.4.4) + rails-html-sanitizer (~> 1.7.1) BUNDLED WITH 2.3.6