From e13496cb9038a15ffa13618807ee59a836778784 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 03:09:13 +0000 Subject: [PATCH] chore(deps): update dependency elasticsearch to v9 --- Gemfile | 2 +- Gemfile.lock | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 5d235f06..73c2cfa2 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.5.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..8f6a2b44 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,10 +145,14 @@ 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.5.3) + faraday (< 3) + multi_json + elasticsearch (9.5.0) + elastic-transport (~> 8.3) + elasticsearch-api (= 9.5.0) + elasticsearch-api (9.5.0) + base64 multi_json elasticsearch-transport (7.17.11) base64 @@ -496,7 +500,7 @@ DEPENDENCIES decorate-responder draper drb - elasticsearch (~> 7.17.0) + elasticsearch (~> 9.5.0) elasticsearch-transport (~> 7.17.0) factory_bot_rails (~> 6.0) faraday-typhoeus