Skip to content

Commit

Permalink
WEBrick is no longer bundled in ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 15, 2021
1 parent d9ba437 commit 64e63ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ gemspec

gem "rake"
gem "test-unit"
gem "webrick"
12 changes: 11 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
PATH
remote: .
specs:
net-http (0.1.0)
net-http (0.1.1)
net-protocol
uri

GEM
remote: https://rubygems.org/
specs:
io-wait (0.1.0)
net-protocol (0.1.0)
io-wait
timeout
power_assert (1.1.5)
rake (13.0.1)
test-unit (3.3.5)
power_assert
timeout (0.1.1)
uri (0.10.1)
webrick (1.7.0)

PLATFORMS
ruby
Expand All @@ -18,6 +27,7 @@ DEPENDENCIES
net-http!
rake
test-unit
webrick

BUNDLED WITH
2.1.4

0 comments on commit 64e63ae

Please sign in to comment.