From 0597ab7033f991837a66fc4b271e93c738449c8b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 22 Oct 2021 21:33:15 +0900 Subject: [PATCH] Update the required ruby version --- .github/workflows/test.yml | 2 +- net-imap.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f84129976..d959a8cde 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: name: build (${{ matrix.ruby }} / ${{ matrix.os }}) strategy: matrix: - ruby: [ '3.0', 2.7, 2.5, head ] + ruby: [ head, '3.0', '2.7' ] os: [ ubuntu-latest, macos-latest ] experimental: [false] include: diff --git a/net-imap.gemspec b/net-imap.gemspec index d7c341cd9..1357ce01f 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.5.0") + spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0") spec.licenses = ["Ruby", "BSD-2-Clause"] spec.metadata["homepage_uri"] = spec.homepage