1
0
mirror of https://github.com/snachodog/just-the-docs.git synced 2025-04-12 06:32:23 -06:00

adds webrick to Gemfile ()

This is one solution for , namely that `webrick` is needed as an explicit dependency for Ruby 3+.

Closes .
This commit is contained in:
Matt Wang 2022-04-18 08:28:57 -07:00 committed by GitHub
parent e892a261fb
commit 6afa220a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,4 @@
source "https://rubygems.org"
gemspec
gem "webrick", "~> 1.7"