Skip to content

Commit a72877d

Browse files
chore(deps): update dependency elasticsearch to v9
1 parent e5886a9 commit a72877d

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem 'sidekiq-cron', '~> 2.0'
3838

3939
# Databases and clients
4040
gem 'aws-sdk-s3', '~> 1.16'
41-
gem 'elasticsearch', '~> 7.17.0'
41+
gem 'elasticsearch', '~> 9.1.0'
4242
gem 'elasticsearch-transport', '~> 7.17.0'
4343
gem 'faraday-typhoeus' # required for elasticsearch trying to use faraday 2+ and typhoeus
4444
gem 'pg', '~> 1.1'

Gemfile.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,13 @@ GEM
145145
request_store (>= 1.0)
146146
ruby2_keywords
147147
drb (2.2.1)
148-
elasticsearch (7.17.11)
149-
elasticsearch-api (= 7.17.11)
150-
elasticsearch-transport (= 7.17.11)
151-
elasticsearch-api (7.17.11)
148+
elastic-transport (8.4.0)
149+
faraday (< 3)
150+
multi_json
151+
elasticsearch (9.1.1)
152+
elastic-transport (~> 8.3)
153+
elasticsearch-api (= 9.1.1)
154+
elasticsearch-api (9.1.1)
152155
multi_json
153156
elasticsearch-transport (7.17.11)
154157
base64
@@ -496,7 +499,7 @@ DEPENDENCIES
496499
decorate-responder
497500
draper
498501
drb
499-
elasticsearch (~> 7.17.0)
502+
elasticsearch (~> 9.1.0)
500503
elasticsearch-transport (~> 7.17.0)
501504
factory_bot_rails (~> 6.0)
502505
faraday-typhoeus

0 commit comments

Comments
 (0)