From 2fb785f9eda57ff25adcae529974b7615b8f7c3f Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:51:20 -0500 Subject: [PATCH] gemspec: ruby 3.0 is minimum --- wasabi.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasabi.gemspec b/wasabi.gemspec index fa0a15f..630fa50 100644 --- a/wasabi.gemspec +++ b/wasabi.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.homepage = "https://github.com/savonrb/#{s.name}" s.summary = "A simple WSDL parser" s.description = s.summary - s.required_ruby_version = '>= 2.7' + s.required_ruby_version = '>= 3.0' s.license = 'MIT'