elasticsearch-transport.gemspec in elasticsearch-transport-1.0.0 vs elasticsearch-transport.gemspec in elasticsearch-transport-1.0.1
- old
+ new
@@ -41,10 +41,11 @@
s.add_development_dependency "yard"
s.add_development_dependency "pry"
s.add_development_dependency "ci_reporter"
# Gems for testing integrations
- s.add_development_dependency "curb" unless defined? JRUBY_VERSION
+ 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'
# Prevent unit test failures on Ruby 1.8
if defined?(RUBY_VERSION) && RUBY_VERSION < '1.9'
s.add_development_dependency "test-unit", '~> 2'