diff --git a/Gemfile b/Gemfile index 641ea567c6..08d9a4d15f 100644 --- a/Gemfile +++ b/Gemfile @@ -124,7 +124,7 @@ gem 'multi_xml' gem "nokogiri", ">= 1.16.7" gem 'omniauth' gem 'rails', '~> 6.1.7', '>= 6.1.7.10' -gem 'rails-html-sanitizer', '~> 1.6' +gem 'rails-html-sanitizer', '~> 1.6', '>= 1.6.2' gem 'rufus-scheduler', '~> 3.9', '>= 3.9.2', require: false gem 'sassc-rails' gem 'select2-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 3c720f0ffc..654873e971 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -652,7 +652,7 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.1) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) 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 (6.1.7.10) @@ -940,7 +940,7 @@ DEPENDENCIES rack-livereload rails (~> 6.1.7, >= 6.1.7.10) rails-controller-testing - rails-html-sanitizer (~> 1.6) + rails-html-sanitizer (~> 1.6, >= 1.6.2) rb-kqueue (>= 0.2.8) rr rspec