mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-04 09:57:35 -06:00
6afa220a39
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"
|