Skip to content

Commit

Permalink
Add Thin v2 (head) on Rack v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 1, 2025
1 parent 9be2b9e commit 04d1bb9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ jobs:
gemfile: "gems/thin-v1-rack-v2.rb"
server: "thin start"
endpoint: "http://localhost:3000"
- ruby: "3.4"
name: "Thin-v2-Rack-v3-http"
gemfile: "gems/thin-v2-rack-v3.rb"
server: "thin start"
endpoint: "http://localhost:3000"
- ruby: "3.4"
name: "Unicorn-v6-Rack-v2-http"
gemfile: "gems/unicorn-v6-rack-v2.rb"
Expand Down
9 changes: 9 additions & 0 deletions gems/thin-v2-rack-v3.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2022, by Samuel Williams.

eval_gemfile '../gems.rb'

gem "thin", github: "macournoyer/thin"
gem "rack", "~> 3.0"

0 comments on commit 04d1bb9

Please sign in to comment.