From 58ef608551c5786402c38c7a06d385f83b92650a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:55:06 +0000 Subject: [PATCH] chore(deps): update dependency elasticsearch to v9 --- Gemfile | 2 +- Gemfile.lock | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 5d235f06..210d6abd 100644 --- a/Gemfile +++ b/Gemfile @@ -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.2.0' gem 'elasticsearch-transport', '~> 7.17.0' gem 'faraday-typhoeus' # required for elasticsearch trying to use faraday 2+ and typhoeus gem 'pg', '~> 1.1' diff --git a/Gemfile.lock b/Gemfile.lock index 4f69a3ae..1a99c690 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.1) + faraday (< 3) + multi_json + elasticsearch (9.2.0) + elastic-transport (~> 8.3) + elasticsearch-api (= 9.2.0) + elasticsearch-api (9.2.0) multi_json elasticsearch-transport (7.17.11) base64 @@ -496,7 +499,7 @@ DEPENDENCIES decorate-responder draper drb - elasticsearch (~> 7.17.0) + elasticsearch (~> 9.2.0) elasticsearch-transport (~> 7.17.0) factory_bot_rails (~> 6.0) faraday-typhoeus