elasticsearch-transport.gemspec in elasticsearch-transport-7.17.9 vs elasticsearch-transport.gemspec in elasticsearch-transport-7.17.10

- old
+ new

@@ -43,33 +43,31 @@ s.rdoc_options = [ '--charset=UTF-8' ] s.required_ruby_version = '>= 2.4' s.add_dependency 'multi_json' - s.add_dependency 'faraday', '~> 1' + s.add_dependency 'faraday', '>= 1', '< 3' + # Faraday Adapters + s.add_development_dependency 'manticore' if defined? JRUBY_VERSION + s.add_development_dependency 'curb' unless defined? JRUBY_VERSION s.add_development_dependency 'ansi' s.add_development_dependency 'bundler' s.add_development_dependency 'cane' - s.add_development_dependency 'curb' unless defined? JRUBY_VERSION s.add_development_dependency 'elasticsearch', ['>= 7', '< 8.0.0'] s.add_development_dependency 'elasticsearch-extensions' s.add_development_dependency 'hashie' - s.add_development_dependency 'httpclient' - s.add_development_dependency 'manticore' if defined? JRUBY_VERSION s.add_development_dependency 'minitest' s.add_development_dependency 'minitest-reporters' s.add_development_dependency 'mocha' - s.add_development_dependency 'net-http-persistent' s.add_development_dependency 'patron' unless defined? JRUBY_VERSION s.add_development_dependency 'pry' s.add_development_dependency 'rake', '~> 13' s.add_development_dependency 'require-prof' unless defined?(JRUBY_VERSION) || defined?(Rubinius) s.add_development_dependency 'ruby-prof' unless defined?(JRUBY_VERSION) || defined?(Rubinius) s.add_development_dependency 'shoulda-context' s.add_development_dependency 'simplecov' s.add_development_dependency 'test-unit', '~> 2' - s.add_development_dependency 'typhoeus', '~> 1.4' s.add_development_dependency 'yard' s.description = <<-DESC.gsub(/^ /, '') Ruby client for Elasticsearch. See the `elasticsearch` gem for full integration. DESC