-
- Downloads
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.
source "https://rubygems.org" | source "https://rubygems.org" | ||
gemspec | gemspec | ||
gem "webrick", "~> 1.7" |
Please register or sign in to comment