Skip to content

Commit

Permalink
Fix: lock elasticsearch version in integration specs.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@dblock.org>
  • Loading branch information
dblock committed Nov 8, 2021
1 parent a979d72 commit 04cc178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/integration/elasticsearch/Gemfile
@@ -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'

0 comments on commit 04cc178

Please sign in to comment.