File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 9494 gemfile : " gems/unicorn-v6-rack-v2.rb"
9595 server : " unicorn -E none"
9696 endpoint : " http://localhost:8080"
97-
97+ - ruby : " 3.1"
98+ name : " Unicorn-v6-Rack-v3-http"
99+ gemfile : " gems/unicorn-v6-rack-v3.rb"
100+ server : " unicorn -E none"
101+ endpoint : " http://localhost:8080"
98102 steps :
99103 - uses : actions/checkout@v3
100104 - uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 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 "unicorn" , "~> 6.0"
9+ gem "rack" , "~> 3.0"
10+
11+ # export RACK_CONFORM_SERVER="unicorn -E none"
12+ # export RACK_CONFORM_ENDPOINT="http://localhost:8080"
You can’t perform that action at this time.
0 commit comments