We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc39497 commit e510fc6Copy full SHA for e510fc6
elasticsearch-api/elasticsearch-api.gemspec
@@ -49,7 +49,7 @@ Gem::Specification.new do |s|
49
s.add_development_dependency 'ansi'
50
s.add_development_dependency 'bundler'
51
s.add_development_dependency 'elasticsearch'
52
- s.add_development_dependency 'elasticsearch-test-runner'
+ s.add_development_dependency 'elasticsearch-test-runner' unless defined?(JRUBY_VERSION) && JRUBY_VERSION <= "9.4"
53
s.add_development_dependency 'minitest'
54
s.add_development_dependency 'minitest-reporters', '>= 1.6'
55
s.add_development_dependency 'mocha'
0 commit comments