summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2023-04-09 21:21:30 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2023-04-09 21:21:43 -0700
commita4aadd4c00b2c23d78c9c28545a1d319423fbfda (patch)
tree3185c83da3de03beea53b26cc9519814f6936b91
parentUpdate URL of main mailing lists page (diff)
downloadfrontend-a4aadd4c00b2c23d78c9c28545a1d319423fbfda.tar.gz
frontend-a4aadd4c00b2c23d78c9c28545a1d319423fbfda.tar.bz2
frontend-a4aadd4c00b2c23d78c9c28545a1d319423fbfda.zip
archives: try community solutionHEADmaster
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Reference: https://stackoverflow.com/questions/68762774/elasticsearchunsupportedproducterror-the-client-noticed-that-the-server-is-no
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
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