Skip to content

Commit

Permalink
Update elasticsearch-rails lib to 7.2.1
Browse files Browse the repository at this point in the history
For compatability fixes with Ruby 3
  • Loading branch information
richardhallett committed Jul 1, 2024
1 parent 226f15d commit 403d942
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 403d942

Please sign in to comment.