From 98e2d07f22a357e30c006f78e742e12edb58077d Mon Sep 17 00:00:00 2001 From: aycabta Date: Wed, 18 Sep 2019 18:37:37 +0900 Subject: [PATCH 1/2] Drop 2.3 from CI --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 6f08a83341..a9e4522628 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [ '2.6.x', '2.5.x', '2.4.x', '2.3.x' ] + ruby: [ '2.6.x', '2.5.x', '2.4.x' ] steps: - uses: actions/checkout@master - name: Set up Ruby From 43bfd730d880fa30187448c769719888543a8bd0 Mon Sep 17 00:00:00 2001 From: aycabta Date: Wed, 18 Sep 2019 18:51:02 +0900 Subject: [PATCH 2/2] Update required_ruby_version to 2.4.0 --- rdoc.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdoc.gemspec b/rdoc.gemspec index ca807a1412..9b274c709a 100644 --- a/rdoc.gemspec +++ b/rdoc.gemspec @@ -240,7 +240,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat TODO.rdoc ] - s.required_ruby_version = Gem::Requirement.new(">= 2.2.2") + s.required_ruby_version = Gem::Requirement.new(">= 2.4.0") s.rubygems_version = "2.5.2" s.required_rubygems_version = Gem::Requirement.new(">= 2.2") end