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 /Gemfile
parentUpdate URL of main mailing lists page (diff)
downloadfrontend-master.tar.gz
frontend-master.tar.bz2
frontend-master.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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 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'