From ca89d7fb653dee620ade887ffe33f7f90b040a67 Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Tue, 21 May 2024 15:04:03 +0100 Subject: [PATCH 1/2] Remove unused exclude for ruby 2.2 in ci.yml Ruby 2.2 support was removed in https://github.com/zombocom/rack-timeout/commit/30e3f6fc566bc90204154605bf8011b63823d752 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d78a16..cb0f483 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,6 @@ jobs: - '3.2' - 'head' exclude: - - ruby: '2.2' - rack-version: '~> 3.0' - ruby: '2.3' rack-version: '~> 3.0' runs-on: ${{ matrix.os }} From 215f1e02df5010989176d5cf2df361b00bd104da Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Thu, 23 May 2024 10:55:58 +0100 Subject: [PATCH 2/2] Update supported ruby versions in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06896bc..f8d1b4f 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ bundle exec rake test Compatibility ------------- -This version of Rack::Timeout is compatible with Ruby 2.1 and up, and, +This version of Rack::Timeout is compatible with Ruby 2.3 and up, and, for Rails apps, Rails 3.x and up.