Update chewy to version 8.0.1 (#37983)

This commit is contained in:
Matt Jankowski
2026-03-17 09:27:37 -04:00
committed by GitHub
parent 3d4364a2a6
commit 4d33490ec8
10 changed files with 38 additions and 22 deletions

View File

@@ -2,7 +2,9 @@
module Elasticsearch
module ClientExtensions
def verify_elasticsearch
def initialize(arguments = {}, &block)
super
@verified = true
end
end

View File

@@ -115,7 +115,7 @@ module Mastodon::CLI
progress.finish
say("Indexed #{added} records, de-indexed #{removed}", :green, true)
rescue Elasticsearch::Transport::Transport::ServerError => e
rescue Elastic::Transport::Transport::ServerError => e
fail_with_message <<~ERROR
There was an issue connecting to the search server. Make sure the
server is configured and running correctly, and that the environment