Skip to content

Commit b02ed7b

Browse files
committed
[Gem] Lock concurrent-ruby for JRuby 9.3
1 parent 60a0975 commit b02ed7b

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
@@ -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'

0 commit comments

Comments
 (0)