Skip to content

Commit

Permalink
[SECURITY] Update elasticsearch requirement from ~> 8.2.0 to ~> 8.17.1
Browse files Browse the repository at this point in the history
Updates the requirements on [elasticsearch](https://github.com/elastic/elasticsearch-ruby) to permit the latest version.
- [Release notes](https://github.com/elastic/elasticsearch-ruby/releases)
- [Changelog](https://github.com/elastic/elasticsearch-ruby/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-ruby@v8.2.2...v8.17.1)

---
updated-dependencies:
- dependency-name: elasticsearch
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 1603b91 commit 06af479
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ GEM
dry-initializer (~> 3.0)
dry-schema (>= 1.12, < 2)
zeitwerk (~> 2.6)
elastic-transport (8.3.2)
elastic-transport (8.3.5)
faraday (< 3)
multi_json
elasticsearch (8.2.2)
elastic-transport (~> 8.0)
elasticsearch-api (= 8.2.2)
elasticsearch-api (8.2.2)
elasticsearch (8.17.1)
elastic-transport (~> 8.3)
elasticsearch-api (= 8.17.1)
elasticsearch-api (8.17.1)
multi_json
epsilla-ruby (0.0.4)
faraday (>= 1)
Expand Down Expand Up @@ -203,15 +203,15 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.9.1)
json (2.10.1)
json-schema (4.3.0)
addressable (>= 2.8)
jwt (2.10.1)
base64
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
llama_cpp (0.9.5)
logger (1.6.5)
logger (1.6.6)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -461,7 +461,7 @@ DEPENDENCIES
cohere-ruby (~> 0.9.10)
docx (~> 0.8.0)
dotenv-rails (~> 3.1.6)
elasticsearch (~> 8.2.0)
elasticsearch (~> 8.17.1)
epsilla-ruby (~> 0.0.4)
eqn (~> 1.6.5)
faraday
Expand Down
2 changes: 1 addition & 1 deletion langchain.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "chroma-db", "~> 0.6.0"
spec.add_development_dependency "cohere-ruby", "~> 0.9.10"
spec.add_development_dependency "docx", "~> 0.8.0"
spec.add_development_dependency "elasticsearch", "~> 8.2.0"
spec.add_development_dependency "elasticsearch", "~> 8.17.1"
spec.add_development_dependency "epsilla-ruby", "~> 0.0.4"
spec.add_development_dependency "eqn", "~> 1.6.5"
spec.add_development_dependency "faraday"
Expand Down

0 comments on commit 06af479

Please sign in to comment.