From 78d0b25a4222f9fc4d0ae1384442b05d300490c6 Mon Sep 17 00:00:00 2001 From: Jayson Virissimo Date: Wed, 25 Dec 2024 17:39:38 -0700 Subject: [PATCH] Drop Ruby 3.1 support --- .github/workflows/tests.yml | 1 - medieval_latina.gemspec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 396e75b..c68c64a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,6 @@ jobs: - macos - ubuntu ruby: - - '3.1' - '3.2' - '3.3' allow_failures: diff --git a/medieval_latina.gemspec b/medieval_latina.gemspec index fe1491a..6e1b956 100644 --- a/medieval_latina.gemspec +++ b/medieval_latina.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |spec| spec.description = description spec.homepage = "https://github.com/jaysonvirissimo/medieval_latina" spec.license = "MIT" - spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0") + spec.required_ruby_version = Gem::Requirement.new(">= 3.2.0") spec.metadata["allowed_push_host"] = "https://rubygems.org/" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = github_uri