From 5ad03a1397547b4c1945b1b1d69f856556490a5c Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS <gamelinks007@gmail.com> Date: Mon, 2 Sep 2024 23:08:55 +0900 Subject: [PATCH] Fix required_ruby_version to > 3.3.0 --- kanayago.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kanayago.gemspec b/kanayago.gemspec index 8bc8a02..b0c51d5 100644 --- a/kanayago.gemspec +++ b/kanayago.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.description = "Trying to Make Ruby's Parser Available as a Gem" spec.homepage = 'https://github.com/S-H-GAMELINKS/kanayago' spec.license = 'MIT' - spec.required_ruby_version = '>= 3.0.0' + spec.required_ruby_version = '> 3.3.0' spec.metadata['allowed_push_host'] = 'https://github.com/S-H-GAMELINKS/kanayago'