From de33805c5616e49f7ee88dfb4f2507d75aff4e87 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sat, 10 Oct 2020 23:18:27 +0900 Subject: [PATCH] Drop support for ruby 2.3 --- uplot.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uplot.gemspec b/uplot.gemspec index d9b914d..054dc98 100644 --- a/uplot.gemspec +++ b/uplot.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |spec| MSG spec.homepage = 'https://github.com/kojix2/uplot' spec.license = 'MIT' - spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0') + spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0') spec.files = Dir['*.{md,txt}', '{lib,exe}/**/*'] spec.bindir = 'exe'