We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a435f7 commit 9ea2062Copy full SHA for 9ea2062
elasticsearch-api/elasticsearch-api.gemspec
@@ -58,7 +58,7 @@ Gem::Specification.new do |s|
58
end
59
60
if defined?(RUBY_VERSION) && RUBY_VERSION > '1.9'
61
- s.add_development_dependency "ruby-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius)
+ s.add_development_dependency "ruby-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius) || RUBY_VERSION < '2.4'
62
s.add_development_dependency "jbuilder"
63
s.add_development_dependency "escape_utils" unless defined? JRUBY_VERSION
64
s.add_development_dependency "simplecov", '~> 0.17', '< 0.18'
0 commit comments