1
0
mirror of https://github.com/snachodog/just-the-docs.git synced 2025-04-23 03:22:22 -06:00
Matt Wang 6afa220a39
adds webrick to Gemfile ()
This is one solution for , namely that `webrick` is needed as an explicit dependency for Ruby 3+.

Closes .
2022-04-18 08:28:57 -07:00

5 lines
63 B
Ruby

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