Skip to content

Commit

Permalink
build(deps): bump elasticsearch from 8.14.0 to 8.16.0
Browse files Browse the repository at this point in the history
Bumps [elasticsearch](https://github.com/elastic/elasticsearch-ruby) from 8.14.0 to 8.16.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@v8.14.0...v8.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 078a5c5 commit 6abe904
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "cancancan"
gem "devise", "~> 4.9.3"
gem "devise_invitable", "~> 2.0.9"
gem "devise_zxcvbn", "~> 6.0.0"
gem "elasticsearch", "~> 8.14.0"
gem "elasticsearch", "~> 8.16.0"
gem "google-apis-drive_v3"
gem "govuk_design_system_formbuilder"
gem "httparty", "~> 0.22.0"
Expand Down
23 changes: 13 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ GEM
docile (1.4.0)
drb (2.2.1)
e2mmap (0.1.0)
elastic-transport (8.3.2)
elastic-transport (8.3.5)
faraday (< 3)
multi_json
elasticsearch (8.14.0)
elasticsearch (8.16.0)
elastic-transport (~> 8.3)
elasticsearch-api (= 8.14.0)
elasticsearch-api (8.14.0)
elasticsearch-api (= 8.16.0)
elasticsearch-api (8.16.0)
multi_json
encryptor (3.0.0)
erb_lint (0.5.0)
Expand All @@ -180,11 +180,13 @@ GEM
railties (>= 5.0.0)
faker (3.2.3)
i18n (>= 1.8.11, < 2)
faraday (2.9.2)
faraday-net_http (>= 2.0, < 3.2)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.1.0)
faraday-net_http (3.3.0)
net-http
ffi (1.15.5)
globalid (1.2.1)
Expand Down Expand Up @@ -240,6 +242,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -261,7 +264,7 @@ GEM
multipart-post (2.3.0)
mutex_m (0.2.0)
mysql2 (0.5.6)
net-http (0.4.1)
net-http (0.5.0)
uri
net-imap (0.3.7)
date
Expand Down Expand Up @@ -507,7 +510,7 @@ GEM
uk_postcode (2.1.8)
unicode-display_width (2.6.0)
uniform_notifier (1.16.0)
uri (0.13.0)
uri (1.0.1)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.1)
Expand Down Expand Up @@ -553,7 +556,7 @@ DEPENDENCIES
devise (~> 4.9.3)
devise_invitable (~> 2.0.9)
devise_zxcvbn (~> 6.0.0)
elasticsearch (~> 8.14.0)
elasticsearch (~> 8.16.0)
erb_lint
factory_bot_rails
faker
Expand Down

0 comments on commit 6abe904

Please sign in to comment.