Closed majormoses closed 7 years ago
This definately needs some testing as I dont use aws ES in any of my envs so I did not do any real testing and just blindly bumped the versions and worked through all the things to get it to install on ruby 2.4
.
closing in favor of #5
There are several motivations for this the most important being able to use newer than 1.x ES gem and limiting it to the 2 major gems (some thing might be broken and anyways I would consider this a breaking change).
gem deps bumped:
elasticsearch (['>= 2.0','<= 6.0'])
faraday (~> 0.12)
faraday_middleware (~> 0.11.0.1)
As part of this just to get everything to work in a modern version of ruby I had to do some other restructuring here are some of the misc changes:
Signed-off-by: Ben Abrams me@benabrams.it