Skip to content

Commit

Permalink
bundle rackup gem that includes webrick handler that was extracted fr…
Browse files Browse the repository at this point in the history
…om rack
  • Loading branch information
amatsuda committed Sep 27, 2023
1 parent 651a407 commit 8536c21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ group :development do
gem "apparition", github: "twalpole/apparition" # LOCKED: When this is released, use a released version https://github.com/twalpole/apparition/pull/79
gem "aruba", "~> 1.0"
gem "capybara", "~> 3.31"
gem "rackup"
gem "cucumber", "~> 4.0"
gem "minitest"
gem "rake", "~> 13.0"
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ GEM
rack (3.0.8)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.0.0)
rack (>= 3)
webrick
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
Expand Down Expand Up @@ -189,6 +192,7 @@ DEPENDENCIES
matrix
minitest
pry
rackup
rake (~> 13.0)
rspec (~> 3.2)
rubocop
Expand Down

0 comments on commit 8536c21

Please sign in to comment.