From 923c1aaed7a5707d5c358627aad37f29e7738143 Mon Sep 17 00:00:00 2001 From: st0012 Date: Mon, 25 Jul 2022 23:35:25 +0100 Subject: Drop Ruby 2.5 support Because it has reached EOL for more than 1.5 years and it won't be supported by the next reline version either. --- lib/irb/irb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/irb/irb.gemspec') diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec index d443938043..c3e8a4dc58 100644 --- a/lib/irb/irb.gemspec +++ b/lib/irb/irb.gemspec @@ -34,7 +34,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.required_ruby_version = Gem::Requirement.new(">= 2.5") + spec.required_ruby_version = Gem::Requirement.new(">= 2.6") spec.add_dependency "reline", ">= 0.3.0" end -- cgit v1.2.3