include rackup

pull/27/head 2023-10-15
Adam Townsend 2023-10-13 21:28:25 -07:00
parent c31c556df5
commit 5631ae386f
2 changed files with 7 additions and 0 deletions

View File

@ -28,3 +28,5 @@ group :test do
end end
gem "puma", "~> 6.4" gem "puma", "~> 6.4"
gem "rackup", "~> 2.1"

View File

@ -57,6 +57,9 @@ GEM
rack (3.0.8) rack (3.0.8)
rack-test (2.1.0) rack-test (2.1.0)
rack (>= 1.3) rack (>= 1.3)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
regexp_parser (2.8.1) regexp_parser (2.8.1)
rexml (3.2.6) rexml (3.2.6)
roda (3.72.0) roda (3.72.0)
@ -92,6 +95,7 @@ GEM
sys-uname (1.2.3) sys-uname (1.2.3)
ffi (~> 1.1) ffi (~> 1.1)
tilt (2.3.0) tilt (2.3.0)
webrick (1.8.1)
websocket (1.2.10) websocket (1.2.10)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
@ -104,6 +108,7 @@ DEPENDENCIES
cucumber (~> 9.0) cucumber (~> 9.0)
erubi (~> 1.12) erubi (~> 1.12)
puma (~> 6.4) puma (~> 6.4)
rackup (~> 2.1)
roda (~> 3.72) roda (~> 3.72)
rspec (~> 3.12) rspec (~> 3.12)
selenium-webdriver (~> 4.13) selenium-webdriver (~> 4.13)