From 966416dd59214e0c1278d81c26c70a0ca32190ad Mon Sep 17 00:00:00 2001 From: nick evans Date: Mon, 21 Nov 2022 14:12:41 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20Drop=20support=20for=20ruby=202.?= =?UTF-8?q?6.=20=20Requires=20ruby=202.7+.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 7 ------- net-imap.gemspec | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 124818238..268321c88 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,13 +10,6 @@ jobs: ruby: [ head, '3.1', '3.0', '2.7' ] os: [ ubuntu-latest, macos-latest ] experimental: [false] - include: -# - ruby: 2.6 -# os: ubuntu-latest -# experimental: true - - ruby: 2.6 - os: macos-latest - experimental: false runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} steps: diff --git a/net-imap.gemspec b/net-imap.gemspec index 6b791c868..298a8f5f3 100644 --- a/net-imap.gemspec +++ b/net-imap.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.summary = %q{Ruby client api for Internet Message Access Protocol} spec.description = %q{Ruby client api for Internet Message Access Protocol} spec.homepage = "https://github.com/ruby/net-imap" - spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0") + spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0") spec.licenses = ["Ruby", "BSD-2-Clause"] spec.metadata["homepage_uri"] = spec.homepage