Skip to content

Commit 8536c21

Browse files
committed
bundle rackup gem that includes webrick handler that was extracted from rack
1 parent 651a407 commit 8536c21

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ group :development do
1414
gem "apparition", github: "twalpole/apparition" # LOCKED: When this is released, use a released version https://github.com/twalpole/apparition/pull/79
1515
gem "aruba", "~> 1.0"
1616
gem "capybara", "~> 3.31"
17+
gem "rackup"
1718
gem "cucumber", "~> 4.0"
1819
gem "minitest"
1920
gem "rake", "~> 13.0"

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ GEM
121121
rack (3.0.8)
122122
rack-test (2.1.0)
123123
rack (>= 1.3)
124+
rackup (2.0.0)
125+
rack (>= 3)
126+
webrick
124127
rainbow (3.1.1)
125128
rake (13.0.6)
126129
regexp_parser (2.8.1)
@@ -189,6 +192,7 @@ DEPENDENCIES
189192
matrix
190193
minitest
191194
pry
195+
rackup
192196
rake (~> 13.0)
193197
rspec (~> 3.2)
194198
rubocop

0 commit comments

Comments
 (0)