From ffb402f1ae768bdb6b8f0d93c2edc7b5f7f02ac7 Mon Sep 17 00:00:00 2001 From: Mourad De Clerck Date: Thu, 7 Sep 2023 12:43:46 +0200 Subject: [PATCH] Set required ruby version to 2.7.0 and up --- globalid.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globalid.gemspec b/globalid.gemspec index 6ed691d..9dfe2b0 100644 --- a/globalid.gemspec +++ b/globalid.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.summary = 'Refer to any model with a URI: gid://app/class/id' s.description = 'URIs for your models makes it easy to pass references around.' - s.required_ruby_version = '>= 2.5.0' + s.required_ruby_version = '>= 2.7.0' s.license = 'MIT'