Skip to content

Commit

Permalink
update README and CI to Ruby >= 2.3 (#216)
Browse files Browse the repository at this point in the history
* Remove unused exclude for ruby 2.2 in ci.yml
* Update supported ruby versions in README.md
  • Loading branch information
andrew authored May 24, 2024
1 parent edb4626 commit d37a765
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit d37a765

Please sign in to comment.