just-the-docs/Gemfile
Matt Wang 6afa220a39
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.
2022-04-18 08:28:57 -07:00

5 lines
63 B
Ruby

source "https://rubygems.org"
gemspec
gem "webrick", "~> 1.7"