Skip to content

Commit

Permalink
[Gem] Lock concurrent-ruby for JRuby 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jan 16, 2025
1 parent 74d3f37 commit a5562b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elasticsearch-api/elasticsearch-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'ansi'
s.add_development_dependency 'bundler'
s.add_development_dependency 'elasticsearch'
s.add_development_dependency 'elasticsearch-test-runner' unless defined?(JRUBY_VERSION) && JRUBY_VERSION <= "9.4"
s.add_development_dependency 'elasticsearch-test-runner' unless defined?(JRUBY_VERSION) && JRUBY_VERSION <= '9.4'
s.add_development_dependency 'minitest'
s.add_development_dependency 'minitest-reporters', '>= 1.6'
s.add_development_dependency 'mocha'
Expand All @@ -57,6 +57,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'yard'

# Gems for testing integrations
s.add_development_dependency 'concurrent-ruby', '1.3.4' if defined? JRUBY_VERSION && JRUBY_VERSION < '9.4'
s.add_development_dependency 'activesupport'
s.add_development_dependency 'hashie'
s.add_development_dependency 'jbuilder'
Expand Down

0 comments on commit a5562b1

Please sign in to comment.