1
0
Fork 0
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:
Hiroshi SHIBATA 2019-11-30 15:16:13 +09:00
parent e764dff364
commit 990025cf60
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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"