mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
downgrade elasticsearch because not recognized as elastic from rails otherwise
This commit is contained in:
parent
22d180c38d
commit
3857a7c002
4 changed files with 18 additions and 15 deletions
2
Gemfile
2
Gemfile
|
@ -6,7 +6,7 @@ gem 'rails', '~> 7.0.4'
|
|||
gem 'rails-i18n'
|
||||
|
||||
# database and search index
|
||||
gem 'elasticsearch', '~> 8'
|
||||
gem 'elasticsearch', '~> 7.17.7'
|
||||
gem 'elasticsearch-dsl'
|
||||
gem 'elasticsearch-model', '~> 7'
|
||||
gem 'elasticsearch-rails', '~> 7'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue