Skip to content

Commit 34ef931

Browse files
committed
[Gem] Lock concurrent-ruby for JRuby 9.3
1 parent a8f192d commit 34ef931

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elasticsearch-api/elasticsearch-api.gemspec

Lines changed: 2 additions & 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' 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,7 @@ 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'
6263
s.add_development_dependency 'jsonify'
6364
s.add_development_dependency 'hashie'
6465
# Temporary support for Ruby 2.6, since it's EOL March 2022:

0 commit comments

Comments
 (0)