diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-03-21 12:29:11 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-03-21 12:29:42 -0700 |
commit | 88fba7828bcdbb9f973c0112ff4bfb926d38dc80 (patch) | |
tree | 7edba2a236f06317af0ca3e430162a2c709c2b76 /Gemfile | |
parent | Gemfile: update charlock_holmes for newer ICU (diff) | |
download | backend-88fba7828bcdbb9f973c0112ff4bfb926d38dc80.tar.gz backend-88fba7828bcdbb9f973c0112ff4bfb926d38dc80.tar.bz2 backend-88fba7828bcdbb9f973c0112ff4bfb926d38dc80.zip |
backend: Update to Sanitize-6, cleans up nokogiri/nokogumbo dep mess
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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' |