Commit 176afba39ccd668404e6e68a34e95fd7e744879b

Authored by Andrew Kane
1 parent 660c9cca

Use latest xpack [skip ci]

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
@@ -359,7 +359,7 @@ search_synonyms: "synonyms.txt" @@ -359,7 +359,7 @@ search_synonyms: "synonyms.txt"
359 Add [elasticsearch-xpack](https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-xpack) to your Gemfile: 359 Add [elasticsearch-xpack](https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-xpack) to your Gemfile:
360 360
361 ```ruby 361 ```ruby
362 -gem 'elasticsearch-xpack', '>= 7.8.0.pre' 362 +gem 'elasticsearch-xpack', '>= 7.8.0'
363 ``` 363 ```
364 364
365 And use: 365 And use:
searchkick.gemspec
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec| @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
22 spec.add_development_dependency "bundler" 22 spec.add_development_dependency "bundler"
23 spec.add_development_dependency "minitest" 23 spec.add_development_dependency "minitest"
24 spec.add_development_dependency "rake" 24 spec.add_development_dependency "rake"
25 - spec.add_development_dependency "elasticsearch-xpack", ">= 7.8.0.pre" 25 + spec.add_development_dependency "elasticsearch-xpack", ">= 7.8.0"
26 end 26 end