From 88fba7828bcdbb9f973c0112ff4bfb926d38dc80 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 21 Mar 2023 12:29:11 -0700 Subject: backend: Update to Sanitize-6, cleans up nokogiri/nokogumbo dep mess Signed-off-by: Robin H. Johnson --- Gemfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 8563f4a..827ff5f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,11 +1,10 @@ source 'https://rubygems.org' -# This contains build fixes that upstream merged but reverted for no reason. -gem 'nokogumbo', :git => 'https://github.com/robbat2/nokogumbo', :branch => 'gentoo', :submodules => true +# Nokogiri & Nokogumbo were required by older Sanitize gem 'mail' gem 'maildir' gem 'elasticsearch' -gem 'sanitize', '~>4.4.0' -gem 'charlock_holmes', '~>0.7.6' +gem 'sanitize', '~>6.0.0' +gem 'charlock_holmes', '~>0.7.7' gem 'parallel' gem 'ruby-progressbar' -- cgit v1.2.3-65-gdbad