File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ gem 'sidekiq-cron', '~> 2.0'
3838
3939# Databases and clients
4040gem 'aws-sdk-s3' , '~> 1.16'
41- gem 'elasticsearch' , '~> 7.17 .0'
41+ gem 'elasticsearch' , '~> 9.1 .0'
4242gem 'elasticsearch-transport' , '~> 7.17.0'
4343gem 'faraday-typhoeus' # required for elasticsearch trying to use faraday 2+ and typhoeus
4444gem 'pg' , '~> 1.1'
Original file line number Diff line number Diff line change @@ -145,10 +145,13 @@ GEM
145145 request_store (>= 1.0 )
146146 ruby2_keywords
147147 drb (2.2.1 )
148- elasticsearch (7.17.11 )
149- elasticsearch-api (= 7.17.11 )
150- elasticsearch-transport (= 7.17.11 )
151- elasticsearch-api (7.17.11 )
148+ elastic-transport (8.4.0 )
149+ faraday (< 3 )
150+ multi_json
151+ elasticsearch (9.1.1 )
152+ elastic-transport (~> 8.3 )
153+ elasticsearch-api (= 9.1.1 )
154+ elasticsearch-api (9.1.1 )
152155 multi_json
153156 elasticsearch-transport (7.17.11 )
154157 base64
@@ -496,7 +499,7 @@ DEPENDENCIES
496499 decorate-responder
497500 draper
498501 drb
499- elasticsearch (~> 7.17 .0 )
502+ elasticsearch (~> 9.1 .0 )
500503 elasticsearch-transport (~> 7.17.0 )
501504 factory_bot_rails (~> 6.0 )
502505 faraday-typhoeus
You can’t perform that action at this time.
0 commit comments