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

Commit

Permalink
Bump elasticsearch gem to 8.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
demjened committed Nov 8, 2023
1 parent e278c34 commit dc2860d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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

0 comments on commit dc2860d

Please sign in to comment.