Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 42554ba

Browse files
author
Alan Gabbianelli
authored
Bump elasticsearch-model from 5.0.1 to 6.0.0 (#787)
Bump elasticsearch-model from 5.0.1 to 6.0.0
2 parents e731633 + 68e2a81 commit 42554ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ruby IO.read('.ruby-version').strip
55
gem 'audited', '~> 4.8'
66
gem 'cancancan', '~> 3.0'
77
gem 'elasticsearch', '~> 5.0.5'
8-
gem 'elasticsearch-model', '~> 5.0.1'
8+
gem 'elasticsearch-model', '~> 6.0.0'
99
gem 'elasticsearch-rails', '~> 6.0.0'
1010
gem 'gds-sso'
1111
gem 'govuk_app_config', '~> 1.19.0'

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ GEM
8787
elasticsearch-transport (= 5.0.5)
8888
elasticsearch-api (5.0.5)
8989
multi_json
90-
elasticsearch-model (5.0.1)
90+
elasticsearch-model (6.0.0)
9191
activesupport (> 3)
92-
elasticsearch (~> 5)
92+
elasticsearch (> 1)
9393
hashie
9494
elasticsearch-rails (6.0.0)
9595
elasticsearch-transport (5.0.5)
@@ -439,7 +439,7 @@ DEPENDENCIES
439439
database_cleaner
440440
dotenv-rails (~> 2.7)
441441
elasticsearch (~> 5.0.5)
442-
elasticsearch-model (~> 5.0.1)
442+
elasticsearch-model (~> 6.0.0)
443443
elasticsearch-rails (~> 6.0.0)
444444
factory_bot_rails (~> 5.0)
445445
gds-sso

0 commit comments

Comments
 (0)