Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Bump elasticsearch gem to 8.11.0 #586

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ gem 'httpclient', '~> 2.8.3'
gem 'attr_extras', '~> 6.2.5'
gem 'hashie', '~> 5.0.0'
gem 'concurrent-ruby', '~> 1.1.9'
gem 'elasticsearch', '~> 8.8.0'
gem 'elasticsearch', '~> 8.11.0'

# Dependencies for oauth
gem 'signet', '~> 0.16.0'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ GEM
dry-initializer (~> 3.0)
dry-schema (~> 1.8, >= 1.8.0)
ecs-logging (1.0.0)
elastic-transport (8.2.1)
elastic-transport (8.3.0)
faraday (< 3)
multi_json
elasticsearch (8.8.0)
elastic-transport (~> 8)
elasticsearch-api (= 8.8.0)
elasticsearch-api (8.8.0)
elasticsearch (8.11.0)
elastic-transport (~> 8.3)
elasticsearch-api (= 8.11.0)
elasticsearch-api (8.11.0)
multi_json
et-orbi (1.2.7)
tzinfo
Expand Down Expand Up @@ -220,7 +220,7 @@ DEPENDENCIES
dry-schema (= 1.8.0)
dry-validation (= 1.7.0)
ecs-logging (~> 1.0.0)
elasticsearch (~> 8.8.0)
elasticsearch (~> 8.11.0)
faraday (~> 1.10.0)
faraday_middleware (= 1.0.0)
forwardable (~> 1.3.2)
Expand Down
Loading