mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-05 11:41:22 -06:00
This is one solution for #798, namely that `webrick` is needed as an explicit dependency for Ruby 3+. Closes #798.
5 lines
63 B
Ruby
5 lines
63 B
Ruby
source "https://rubygems.org"
|
|
gemspec
|
|
|
|
gem "webrick", "~> 1.7"
|