From b901acfabcf6c6575bba2df7ae3ebbd780a8c6f3 Mon Sep 17 00:00:00 2001 From: Jenny Shen Date: Wed, 10 Apr 2024 15:36:25 -0400 Subject: [PATCH] Remove support for Ruby 2.7 --- .github/workflows/liquid.yml | 1 - liquid-c.gemspec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/liquid.yml b/.github/workflows/liquid.yml index ec2d1906..717c4fd8 100644 --- a/.github/workflows/liquid.yml +++ b/.github/workflows/liquid.yml @@ -7,7 +7,6 @@ jobs: strategy: matrix: include: - - { ruby: '2.7', allowed-failure: false } - { ruby: '3.0', allowed-failure: false } - { ruby: '3.1', allowed-failure: false } - { ruby: '3.2', allowed-failure: false } diff --git a/liquid-c.gemspec b/liquid-c.gemspec index 0ea1cbc8..8dfa40ab 100755 --- a/liquid-c.gemspec +++ b/liquid-c.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.required_ruby_version = ">= 2.7.0" + spec.required_ruby_version = ">= 3.0.0" spec.metadata["allowed_push_host"] = "https://rubygems.org"