mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/stringio] RbConfig::LIMITS only provide after Ruby 2.5
https://github.com/ruby/stringio/commit/1fed3aacd3
This commit is contained in:
parent
e764dff364
commit
990025cf60
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|||
s.files = ["README.md", "ext/stringio/extconf.rb", "ext/stringio/stringio.c"]
|
||||
s.homepage = "https://github.com/ruby/stringio"
|
||||
s.licenses = ["BSD-2-Clause"]
|
||||
s.required_ruby_version = ">= 2.4"
|
||||
s.required_ruby_version = ">= 2.5"
|
||||
s.rubygems_version = "2.6.11"
|
||||
s.summary = "Pseudo IO on String"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue