Skip to content

Commit

Permalink
[ruby/stringio] Dropped older ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Sep 29, 2019
1 parent 7f30783 commit ef795f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/stringio/stringio.gemspec
Expand Up @@ -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 = Gem::Requirement.new(">= 2.2")
s.required_ruby_version = ">= 2.4"
s.rubygems_version = "2.6.11"
s.summary = "Pseudo IO on String"

Expand Down

0 comments on commit ef795f9

Please sign in to comment.