mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-12 06:32:23 -06:00
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:
parent
e892a261fb
commit
6afa220a39
2
Gemfile
2
Gemfile
@ -1,2 +1,4 @@
|
||||
source "https://rubygems.org"
|
||||
gemspec
|
||||
|
||||
gem "webrick", "~> 1.7"
|
||||
|
Loading…
x
Reference in New Issue
Block a user