Skip to content

Commit 2e8445b

Browse files
committed
Add Thin v2 (head) on Rack v3.
1 parent 9be2b9e commit 2e8445b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ jobs:
8989
gemfile: "gems/thin-v1-rack-v2.rb"
9090
server: "thin start"
9191
endpoint: "http://localhost:3000"
92+
- ruby: "3.4"
93+
name: "Thin-v2-Rack-v3-http"
94+
gemfile: "gems/thin-v2-rack-v3.rb"
95+
server: "thin start"
96+
endpoint: "http://localhost:3000"
9297
- ruby: "3.4"
9398
name: "Unicorn-v6-Rack-v2-http"
9499
gemfile: "gems/unicorn-v6-rack-v2.rb"

gems/thin-v2-rack-v3.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# frozen_string_literal: true
2+
3+
# Released under the MIT License.
4+
# Copyright, 2022, by Samuel Williams.
5+
6+
eval_gemfile '../gems.rb'
7+
8+
gem "thin", github: "macournoyer/thin"
9+
gem "rack", "~> 3.0"

0 commit comments

Comments
 (0)