Pin to elasticsearch API 2.0 for now

This commit is contained in:
Daniel O'Connor
2016-12-09 10:51:13 +10:30
parent c9127dbf1e
commit 1982dc76be
2 changed files with 6 additions and 0 deletions

View File

@@ -71,6 +71,11 @@ gem 'omniauth-facebook'
# client for Elasticsearch. Elasticsearch is a flexible
# and powerful, distributed, real-time search and analytics engine.
# An example of the use in the project is fuzzy crop search.
# Project does not use semver, so we want to be in sync with the version of
# elasticsearch we use
# See https://github.com/elastic/elasticsearch-ruby#compatibility
gem "elasticsearch-api", "~> 2.0.0"
gem "elasticsearch-model"
gem "elasticsearch-rails"

View File

@@ -518,6 +518,7 @@ DEPENDENCIES
dalli
database_cleaner (~> 1.5.0)
devise (>= 4.0.0)
elasticsearch-api (~> 2.0.0)
elasticsearch-model
elasticsearch-rails
factory_girl_rails