From 403d942c108f18b1365471be2ac1dff670aaa291 Mon Sep 17 00:00:00 2001 From: Richard Hallett Date: Mon, 1 Jul 2024 20:09:39 +0200 Subject: [PATCH] Update elasticsearch-rails lib to 7.2.1 For compatability fixes with Ruby 3 --- Gemfile | 4 ++-- Gemfile.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index e01b94ef8..9b9a86294 100644 --- a/Gemfile +++ b/Gemfile @@ -24,8 +24,8 @@ gem "departure", "~> 6.2" gem "diffy", "~> 3.2", ">= 3.2.1" gem "dotenv" gem "elasticsearch", "~> 7.17", ">= 7.17.10" -gem "elasticsearch-model", "~> 7.1.1", ">= 7.1.1", require: "elasticsearch/model" -gem "elasticsearch-rails", "~> 7.1.1", ">= 7.1.1" +gem "elasticsearch-model", "~> 7.2.1", ">= 7.2.1", require: "elasticsearch/model" +gem "elasticsearch-rails", "~> 7.2.1", ">= 7.2.1" gem "elasticsearch-transport", "~> 7.17", ">= 7.17.10" gem "equivalent-xml", "~> 0.6.0" gem "facets", require: false diff --git a/Gemfile.lock b/Gemfile.lock index dfe28a1e5..bc1d12964 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -287,11 +287,11 @@ GEM elasticsearch-extensions (0.0.33) ansi elasticsearch - elasticsearch-model (7.1.1) + elasticsearch-model (7.2.1) activesupport (> 3) - elasticsearch (> 1) + elasticsearch (~> 7) hashie - elasticsearch-rails (7.1.1) + elasticsearch-rails (7.2.1) elasticsearch-transport (7.17.10) faraday (>= 1, < 3) multi_json @@ -805,8 +805,8 @@ DEPENDENCIES dotenv elasticsearch (~> 7.17, >= 7.17.10) elasticsearch-extensions (~> 0.0.29) - elasticsearch-model (~> 7.1.1, >= 7.1.1) - elasticsearch-rails (~> 7.1.1, >= 7.1.1) + elasticsearch-model (~> 7.2.1, >= 7.2.1) + elasticsearch-rails (~> 7.2.1, >= 7.2.1) elasticsearch-transport (~> 7.17, >= 7.17.10) equivalent-xml (~> 0.6.0) facets