diff --git a/Gemfile b/Gemfile index 2f6a1d3..3f01819 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'pg' gem 'activerecord', '~> 6.0.0.beta1' # Elasticsearch -gem 'excon' # using excon as faraday adapter (net::http breaks) +gem 'excon' , '>= 0.71.0' # using excon as faraday adapter (net::http breaks) gem 'elasticsearch' gem 'elasticsearch-model' gem 'elasticsearch-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 63f8e42..f9c34a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,7 +31,7 @@ GEM elasticsearch-transport (6.1.0) faraday multi_json - excon (0.62.0) + excon (0.71.1) faraday (0.15.4) multipart-post (>= 1.2, < 3) git (1.5.0) @@ -101,7 +101,7 @@ DEPENDENCIES elasticsearch elasticsearch-model elasticsearch-rails - excon + excon (>= 0.71.0) juwelier (~> 2.1.0) pg rdoc (~> 3.12) @@ -109,4 +109,4 @@ DEPENDENCIES simplecov BUNDLED WITH - 1.17.2 + 1.17.3