aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2018-01-15 00:14:59 -0500
committerAlec Warner <antarus@gentoo.org>2018-01-15 00:14:59 -0500
commitc7bc606278eacf8b1a467389612d0e2870afbb0a (patch)
tree0b963defa1d2afd295dcfc269549b094b432d0a2 /Gemfile.lock
parent"Filtered / Query" is deprecated in ES 5.1 (diff)
downloadpackages-5-c7bc606278eacf8b1a467389612d0e2870afbb0a.tar.gz
packages-5-c7bc606278eacf8b1a467389612d0e2870afbb0a.tar.bz2
packages-5-c7bc606278eacf8b1a467389612d0e2870afbb0a.zip
Update Elasticsearch gems to 6.0.0
As we are updating Elasticsearch itself, we need new gems to talk to it. I had done this in the container (via bundler update elasticsearch) but it kept getting reverted because the gemfile.lock changes were not saved on rebuild. So we make it permenant here.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 9b707f5..f487ed8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -60,10 +60,10 @@ GEM
debug_inspector (0.0.2)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
- elasticsearch (1.0.15)
- elasticsearch-api (= 1.0.15)
- elasticsearch-transport (= 1.0.15)
- elasticsearch-api (1.0.15)
+ elasticsearch (6.0.0)
+ elasticsearch-api (= 6.0.0)
+ elasticsearch-transport (= 6.0.0)
+ elasticsearch-api (6.0.0)
multi_json
elasticsearch-model (0.1.8)
activesupport (> 3)
@@ -77,7 +77,7 @@ GEM
hashie
virtus
elasticsearch-rails (0.1.8)
- elasticsearch-transport (1.0.15)
+ elasticsearch-transport (6.0.0)
faraday
multi_json
equalizer (0.0.11)