diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-04-09 21:21:30 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-04-09 21:21:43 -0700 |
commit | a4aadd4c00b2c23d78c9c28545a1d319423fbfda (patch) | |
tree | 3185c83da3de03beea53b26cc9519814f6936b91 /Gemfile | |
parent | Update URL of main mailing lists page (diff) | |
download | frontend-a4aadd4c00b2c23d78c9c28545a1d319423fbfda.tar.gz frontend-a4aadd4c00b2c23d78c9c28545a1d319423fbfda.tar.bz2 frontend-a4aadd4c00b2c23d78c9c28545a1d319423fbfda.zip |
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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ gem 'sinatra-partial' gem 'json' gem 'redcarpet' gem 'thin' -gem 'elasticsearch' +gem 'elasticsearch', '< 7.14' gem 'rinku' gem 'pony' |