elasticsearch-transport.gemspec in elasticsearch-transport-1.0.15 vs elasticsearch-transport.gemspec in elasticsearch-transport-1.0.16.pre

- old
+ new

@@ -26,11 +26,11 @@ if defined?(RUBY_VERSION) && RUBY_VERSION < '1.9' s.add_dependency "system_timer" end s.add_development_dependency "bundler", "> 1" - s.add_development_dependency "rake" + s.add_development_dependency "rake", "< 11.0" if defined?(RUBY_VERSION) && RUBY_VERSION > '1.9' s.add_development_dependency "elasticsearch-extensions" end @@ -45,10 +45,10 @@ # Gems for testing integrations s.add_development_dependency "curb" unless defined? JRUBY_VERSION s.add_development_dependency "patron" unless defined? JRUBY_VERSION s.add_development_dependency "typhoeus", '~> 0.6' s.add_development_dependency "net-http-persistent" - s.add_development_dependency "manticore", '~> 0.3.5' if defined? JRUBY_VERSION + s.add_development_dependency "manticore", '~> 0.5.2' if defined? JRUBY_VERSION s.add_development_dependency "hashie" # Prevent unit test failures on Ruby 1.8 if defined?(RUBY_VERSION) && RUBY_VERSION < '1.9' s.add_development_dependency "test-unit", '~> 2'