diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-07-22 13:58:00 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-07-22 13:58:00 +0200 |
commit | 2d715982444c0849f0bbe583cdc703cfa560a423 (patch) | |
tree | cfe9f332193d006bd7d340b7c153d23578f63744 | |
parent | Use the fixture repo in the test environment (diff) | |
download | packages-5-2d715982444c0849f0bbe583cdc703cfa560a423.tar.gz packages-5-2d715982444c0849f0bbe583cdc703cfa560a423.tar.bz2 packages-5-2d715982444c0849f0bbe583cdc703cfa560a423.zip |
Lock elasticsearch dependency to 5.x
The 5.x series still supports the deprecated persistence pattern so we
cannot update beyond that at the moment.
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | Gemfile.lock | 70 |
2 files changed, 36 insertions, 38 deletions
@@ -23,8 +23,8 @@ gem 'jbuilder', '~> 2.0' gem 'sdoc', '~> 0.4.0', group: :doc # packages stuff -gem 'elasticsearch-rails' -gem 'elasticsearch-persistence' +gem 'elasticsearch-rails', '~> 5.0' +gem 'elasticsearch-persistence', '~> 5.0' gem 'nokogiri' gem 'parallel' diff --git a/Gemfile.lock b/Gemfile.lock index eee9c97..f2a3f47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,13 +43,13 @@ GEM binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) builder (3.2.3) - byebug (10.0.2) + byebug (11.0.1) coercible (1.0.0) descendants_tracker (~> 0.0.1) concurrent-ruby (1.1.5) connection_pool (2.2.2) crass (1.0.4) - daemons (1.2.6) + daemons (1.3.1) debug_inspector (0.0.3) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) @@ -58,18 +58,18 @@ GEM elasticsearch-transport (= 5.0.5) elasticsearch-api (5.0.5) multi_json - elasticsearch-model (5.0.2) + elasticsearch-model (5.1.0) activesupport (> 3) elasticsearch (~> 5) hashie - elasticsearch-persistence (5.0.2) + elasticsearch-persistence (5.1.0) activemodel (> 4) activesupport (> 4) elasticsearch (~> 5) elasticsearch-model (~> 5) hashie virtus - elasticsearch-rails (5.0.2) + elasticsearch-rails (5.1.0) elasticsearch-transport (5.0.5) faraday multi_json @@ -77,20 +77,19 @@ GEM erubis (2.7.0) eventmachine (1.2.7) execjs (2.7.0) - faraday (0.15.2) + faraday (0.15.4) multipart-post (>= 1.2, < 3) - ffi (1.9.25) - git (1.4.0) + ffi (1.11.1) + git (1.5.0) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (3.5.7) + hashie (3.6.0) i18n (0.9.5) concurrent-ruby (~> 1.0) ice_nine (0.11.2) - jbuilder (2.7.0) + jbuilder (2.9.1) activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.3) + jquery-rails (4.3.5) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -100,19 +99,19 @@ GEM nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) - mini_mime (1.0.1) + mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) multi_json (1.13.1) - multipart-post (2.0.0) + multipart-post (2.1.1) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - octicons (7.3.0) + octicons (9.1.1) nokogiri (>= 1.6.3.1) - octicons_helper (7.3.0) - octicons (= 7.3.0) + octicons_helper (9.1.1) + octicons (= 9.1.1) rails - parallel (1.12.1) + parallel (1.17.0) rack (1.6.11) rack-protection (1.5.5) rack @@ -142,15 +141,15 @@ GEM activesupport (= 4.2.11.1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.3.2) + rake (12.3.3) rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-inotify (0.10.0) + ffi (~> 1.0) rdiscount (2.2.0.1) rdoc (4.3.0) - redis (4.0.1) - ruby-progressbar (1.9.0) - sass (3.5.6) + redis (4.1.2) + ruby-progressbar (1.10.1) + sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) @@ -164,17 +163,16 @@ GEM sdoc (0.4.2) json (~> 1.7, >= 1.7.7) rdoc (~> 4.0) - sidekiq (5.1.3) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) + sidekiq (5.2.7) + connection_pool (~> 2.2, >= 2.2.2) + rack (>= 1.5.0) rack-protection (>= 1.5.0) redis (>= 3.3.5, < 5) sinatra (1.4.8) rack (~> 1.5) rack-protection (~> 1.4) tilt (>= 1.3, < 3) - spring (2.0.2) - activesupport (>= 4.2) + spring (2.1.0) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -188,13 +186,13 @@ GEM rack (>= 1, < 3) thor (0.20.3) thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.1.1) - turbolinks-source (~> 5.1) - turbolinks-source (5.1.0) + tilt (2.0.9) + turbolinks (5.2.0) + turbolinks-source (~> 5.2) + turbolinks-source (5.2.0) tzinfo (1.2.5) thread_safe (~> 0.1) - uglifier (4.1.11) + uglifier (4.1.20) execjs (>= 0.3.0, < 3) virtus (1.0.5) axiom-types (~> 0.1) @@ -212,8 +210,8 @@ PLATFORMS DEPENDENCIES byebug - elasticsearch-persistence - elasticsearch-rails + elasticsearch-persistence (~> 5.0) + elasticsearch-rails (~> 5.0) git jbuilder (~> 2.0) jquery-rails |