fixup! sauvegarde du mail dans Elasticsearch

This commit is contained in:
Jérémy Lecour 2020-12-31 11:52:52 +01:00
parent 6fc74551e8
commit 9f86e66b7c
3 changed files with 5 additions and 0 deletions

View file

@ -26,6 +26,8 @@ gem 'jbuilder', '~> 2.7'
# gem 'image_processing', '~> 1.2'
gem 'elasticsearch-persistence'
gem 'elasticsearch-rails'
# gem 'dry-types'
gem 'dry-struct'

View file

@ -121,6 +121,7 @@ GEM
elasticsearch (~> 7)
elasticsearch-model (= 7.1.1)
hashie
elasticsearch-rails (7.1.1)
elasticsearch-transport (7.10.0)
faraday (~> 1)
multi_json
@ -263,6 +264,7 @@ DEPENDENCIES
capybara (>= 2.15)
dry-struct
elasticsearch-persistence
elasticsearch-rails
jbuilder (~> 2.7)
listen (~> 3.2)
pry

View file

@ -1,6 +1,7 @@
require_relative 'boot'
require 'rails/all'
require 'elasticsearch/rails/instrumentation'
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.