mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Bump version of required_ruby_version to 2.3. Fixes #464
This commit is contained in:
parent
2de594ca98
commit
ee611341c9
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Gem::Specification.new do |s|
|
||||||
'wiki_uri' => 'https://github.com/flori/json/wiki'
|
'wiki_uri' => 'https://github.com/flori/json/wiki'
|
||||||
}
|
}
|
||||||
|
|
||||||
s.required_ruby_version = Gem::Requirement.new(">= 2.0")
|
s.required_ruby_version = Gem::Requirement.new(">= 2.3")
|
||||||
s.test_files = ["tests/test_helper.rb"]
|
s.test_files = ["tests/test_helper.rb"]
|
||||||
|
|
||||||
s.add_development_dependency "rake"
|
s.add_development_dependency "rake"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue