adds webrick to Gemfile (#799)

This is one solution for #798, namely that `webrick` is needed as an explicit dependency for Ruby 3+.

Closes #798.
This commit is contained in:
Matt Wang 2022-04-18 08:28:57 -07:00 committed by GitHub
parent e892a261fb
commit 6afa220a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,4 @@
source "https://rubygems.org"
gemspec
gem "webrick", "~> 1.7"