Skip to content

Commit

Permalink
Bump elasticsearch from 7.9.0 to 8.17.0
Browse files Browse the repository at this point in the history
Bumps [elasticsearch](https://github.com/elastic/elasticsearch-ruby) from 7.9.0 to 8.17.0.
- [Release notes](https://github.com/elastic/elasticsearch-ruby/releases)
- [Changelog](https://github.com/elastic/elasticsearch-ruby/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-ruby@v7.9.0...v8.17.0)

---
updated-dependencies:
- dependency-name: elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 9091103 commit f289335
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "rails", "6.1.6.1"

gem "audited"
gem "cancancan"
gem "elasticsearch", "~> 7.9.0" # gem's major must match db's
gem "elasticsearch", "~> 8.17.0" # gem's major must match db's
gem "elasticsearch-model"
gem "elasticsearch-rails"
gem "gds-sso"
Expand Down
54 changes: 20 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,19 @@ GEM
dotenv-rails (3.1.0)
dotenv (= 3.1.0)
railties (>= 6.1)
elasticsearch (7.9.0)
elasticsearch-api (= 7.9.0)
elasticsearch-transport (= 7.9.0)
elasticsearch-api (7.9.0)
elastic-transport (8.3.5)
faraday (< 3)
multi_json
elasticsearch-model (7.2.1)
elasticsearch (8.17.0)
elastic-transport (~> 8.3)
elasticsearch-api (= 8.17.0)
elasticsearch-api (8.17.0)
multi_json
elasticsearch-model (8.0.0)
activesupport (> 3)
elasticsearch (~> 7)
elasticsearch (~> 8)
hashie
elasticsearch-rails (7.2.1)
elasticsearch-transport (7.9.0)
faraday (~> 1)
multi_json
erubi (1.13.0)
et-orbi (1.2.7)
tzinfo
Expand All @@ -128,29 +128,12 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.16.3)
fugit (1.10.0)
et-orbi (~> 1, >= 1.2.7)
Expand Down Expand Up @@ -237,6 +220,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.2)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -264,7 +248,8 @@ GEM
minitest (5.24.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.4.0)
net-http (0.6.0)
uri
net-imap (0.4.10)
date
net-protocol
Expand Down Expand Up @@ -697,6 +682,7 @@ GEM
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.5.0)
uri (1.0.2)
version_gem (1.1.3)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down Expand Up @@ -733,7 +719,7 @@ DEPENDENCIES
capybara
database_cleaner
dotenv-rails
elasticsearch (~> 7.9.0)
elasticsearch (~> 8.17.0)
elasticsearch-model
elasticsearch-rails
factory_bot_rails
Expand Down

0 comments on commit f289335

Please sign in to comment.