From a4aadd4c00b2c23d78c9c28545a1d319423fbfda Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 9 Apr 2023 21:21:30 -0700 Subject: archives: try community solution Signed-off-by: Robin H. Johnson Reference: https://stackoverflow.com/questions/68762774/elasticsearchunsupportedproducterror-the-client-noticed-that-the-server-is-no --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a1fc520..e36fda1 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,6 @@ gem 'sinatra-partial' gem 'json' gem 'redcarpet' gem 'thin' -gem 'elasticsearch' +gem 'elasticsearch', '< 7.14' gem 'rinku' gem 'pony' diff --git a/Gemfile.lock b/Gemfile.lock index c8a263e..028352a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,7 @@ PLATFORMS ruby DEPENDENCIES - elasticsearch + elasticsearch (< 7.14) json pony redcarpet @@ -52,4 +52,4 @@ DEPENDENCIES thin BUNDLED WITH - 1.12.5 + 2.4.6 -- cgit v1.2.3-65-gdbad