From d2a48624df54fb2c77a4090a29c1ff3ec5ece07b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Isnard?= Date: Wed, 27 Mar 2024 16:41:12 +0100 Subject: [PATCH] maint: Drop Ruby 3.0 (EOL) --- tanker-identity.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tanker-identity.gemspec b/tanker-identity.gemspec index 29f794b..a102f14 100644 --- a/tanker-identity.gemspec +++ b/tanker-identity.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.summary = %q{Tanker identity management library packaged as a gem} spec.description = %q{Building blocks to add Tanker identity management to your application server} spec.license = "Apache-2.0" - spec.required_ruby_version = Gem::Requirement.new('>= 3.0.0') + spec.required_ruby_version = Gem::Requirement.new('>= 3.1.0') spec.metadata["source_code_uri"] = "https://github.com/TankerHQ/identity-ruby" spec.metadata["changelog_uri"] = "https://docs.tanker.io/latest/release-notes/identity/ruby"