File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Gem::Specification.new do |s|
4747 s . add_development_dependency 'ansi'
4848 s . add_development_dependency 'bundler'
4949 s . add_development_dependency 'elasticsearch'
50- s . add_development_dependency 'elasticsearch-test-runner' unless defined? ( JRUBY_VERSION ) && JRUBY_VERSION <= " 9.4"
50+ s . add_development_dependency 'elasticsearch-test-runner' unless defined? ( JRUBY_VERSION ) && JRUBY_VERSION <= ' 9.4'
5151 s . add_development_dependency 'minitest'
5252 s . add_development_dependency 'minitest-reporters' , '>= 1.6'
5353 s . add_development_dependency 'mocha'
@@ -57,6 +57,7 @@ Gem::Specification.new do |s|
5757 s . add_development_dependency 'yard'
5858
5959 # Gems for testing integrations
60+ s . add_development_dependency 'concurrent-ruby' , '1.3.4' if defined? JRUBY_VERSION && JRUBY_VERSION < '9.4'
6061 s . add_development_dependency 'activesupport'
6162 s . add_development_dependency 'hashie'
6263 s . add_development_dependency 'jbuilder'
You can’t perform that action at this time.
0 commit comments