From d4982420e6d2f7a4da690b0fb1bed28adebf936c 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-protocol.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 647bad0..585c554 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.6, 2.5, 2.4, head ] + ruby: [ head, '3.0', '2.7', '2.6' ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: diff --git a/net-protocol.gemspec b/net-protocol.gemspec index 767a7d4..021a5dc 100644 --- a/net-protocol.gemspec +++ b/net-protocol.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.summary = %q{The abstruct interface for net-* client.} spec.description = %q{The abstruct interface for net-* client.} spec.homepage = "https://github.com/ruby/net-protocol" - spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") + spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0") spec.licenses = ["Ruby", "BSD-2-Clause"] spec.metadata["homepage_uri"] = spec.homepage