Fix: lock elasticsearch version in integration specs.

Signed-off-by: dblock <dblock@dblock.org>
This commit is contained in:
dblock 2021-11-07 22:10:45 -05:00
parent a979d7234e
commit 04cc178135
No known key found for this signature in database
GPG Key ID: 75BF031B7C94E183
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
source 'http://rubygems.org'
gem 'elasticsearch-model', '~> 7.0'
gem 'elasticsearch-api', '~> 7.0.0'
gem 'elasticsearch-model', '~> 7.0.0'
gem 'hashie', path: '../../..'
gem 'rake'
gem 'rspec', '~> 3.5.0'