File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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' unless defined? ( JRUBY_VERSION ) && JRUBY_VERSION <= " 9.4"
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'
@@ -59,6 +59,11 @@ Gem::Specification.new do |s|
5959 s . add_development_dependency 'yard'
6060
6161 # Gems for testing integrations
62+ s . add_development_dependency 'concurrent-ruby' , '1.3.4' if defined? JRUBY_VERSION && JRUBY_VERSION < '9.4'
63+ s . add_development_dependency 'activesupport'
64+ s . add_development_dependency 'hashie'
65+ s . add_development_dependency 'jbuilder'
66+
6267 s . add_development_dependency 'jsonify'
6368 s . add_development_dependency 'hashie'
6469 # Temporary support for Ruby 2.6, since it's EOL March 2022:
You can’t perform that action at this time.
0 commit comments