Skip to content

Commit e510fc6

Browse files
committed
Adds yaml runner conditional for JRuby 9.3 in gemspec
1 parent cc39497 commit e510fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-api/elasticsearch-api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Gem::Specification.new do |s|
4949
s.add_development_dependency 'ansi'
5050
s.add_development_dependency 'bundler'
5151
s.add_development_dependency 'elasticsearch'
52-
s.add_development_dependency 'elasticsearch-test-runner'
52+
s.add_development_dependency 'elasticsearch-test-runner' unless defined?(JRUBY_VERSION) && JRUBY_VERSION <= "9.4"
5353
s.add_development_dependency 'minitest'
5454
s.add_development_dependency 'minitest-reporters', '>= 1.6'
5555
s.add_development_dependency 'mocha'

0 commit comments

Comments
 (0)