File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,10 @@ Gem::Specification.new do |s|
38
38
file . match ( /^utils\/ |^spec\/ |^api-spec-testing\/ |^Gemfile|^Rakefile/ )
39
39
end
40
40
s . require_paths = [ 'lib' ]
41
-
42
41
s . extra_rdoc_files = [ 'README.md' , 'LICENSE.txt' ]
43
42
s . rdoc_options = [ '--charset=UTF-8' ]
44
43
45
- s . required_ruby_version = '>= 2.5'
46
-
44
+ s . required_ruby_version = '>= 2.6' # For compatibility with JRuby 9.3
47
45
s . add_dependency 'multi_json'
48
46
49
47
s . add_development_dependency 'ansi'
@@ -66,13 +64,10 @@ Gem::Specification.new do |s|
66
64
67
65
s . add_development_dependency 'cane'
68
66
s . add_development_dependency 'escape_utils' unless defined? JRUBY_VERSION
69
-
70
67
s . add_development_dependency 'require-prof' unless defined? ( JRUBY_VERSION ) || defined? ( Rubinius )
71
68
s . add_development_dependency 'ruby-prof' unless defined? ( JRUBY_VERSION ) || defined? ( Rubinius )
72
69
s . add_development_dependency 'simplecov'
73
-
74
70
s . add_development_dependency 'test-unit' , '~> 2'
75
-
76
71
s . description = <<-DESC . gsub ( /^ / , '' )
77
72
Ruby API for Elasticsearch. See the `elasticsearch` gem for full integration.
78
73
DESC
You can’t perform that action at this time.
0 commit comments