Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem 'sidekiq-cron', '~> 2.0'

# Databases and clients
gem 'aws-sdk-s3', '~> 1.16'
gem 'elasticsearch', '~> 7.17.0'
gem 'elasticsearch', '~> 9.1.0'
gem 'elasticsearch-transport', '~> 7.17.0'
gem 'faraday-typhoeus' # required for elasticsearch trying to use faraday 2+ and typhoeus
gem 'pg', '~> 1.1'
Expand Down
13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,13 @@ GEM
request_store (>= 1.0)
ruby2_keywords
drb (2.2.1)
elasticsearch (7.17.11)
elasticsearch-api (= 7.17.11)
elasticsearch-transport (= 7.17.11)
elasticsearch-api (7.17.11)
elastic-transport (8.4.0)
faraday (< 3)
multi_json
elasticsearch (9.1.2)
elastic-transport (~> 8.3)
elasticsearch-api (= 9.1.2)
elasticsearch-api (9.1.2)
multi_json
elasticsearch-transport (7.17.11)
base64
Expand Down Expand Up @@ -496,7 +499,7 @@ DEPENDENCIES
decorate-responder
draper
drb
elasticsearch (~> 7.17.0)
elasticsearch (~> 9.1.0)
elasticsearch-transport (~> 7.17.0)
factory_bot_rails (~> 6.0)
faraday-typhoeus
Expand Down