aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2023-04-09 21:43:25 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2023-04-09 21:43:25 -0700
commit6866f8217dda62dc13ec4b913001d3f110dfad0b (patch)
treefdb197531a7c81617fa3cdaa7ef5fb9189afb4f4 /Gemfile
parentElasticSearch: try to monkeypatch Elasticsearch::UnsupportedProductError (diff)
downloadbackend-6866f8217dda62dc13ec4b913001d3f110dfad0b.tar.gz
backend-6866f8217dda62dc13ec4b913001d3f110dfad0b.tar.bz2
backend-6866f8217dda62dc13ec4b913001d3f110dfad0b.zip
Gemfile: update elasticsearch module again, need another fix
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 02c94f0..827ff5f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
# Nokogiri & Nokogumbo were required by older Sanitize
gem 'mail'
gem 'maildir'
-gem 'elasticsearch', '< 7.14'
+gem 'elasticsearch'
gem 'sanitize', '~>6.0.0'
gem 'charlock_holmes', '~>0.7.7'
gem 'parallel'