1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-21 20:30:10 +01:00

Add webrick to Gemfile so jekyll serve works under ruby 3

As noted in https://github.com/github/choosealicense.com/issues/822
This commit is contained in:
Mike Linksvayer 2021-04-05 00:13:49 -07:00
parent b5a6416045
commit 91817e84d4
No known key found for this signature in database
GPG Key ID: 136DBD194F0080CF

View File

@ -8,6 +8,9 @@ versions = JSON.parse(Net::HTTP.get(URI('https://pages.github.com/versions.json'
gem 'github-pages', versions['github-pages'] gem 'github-pages', versions['github-pages']
# https://github.com/jekyll/jekyll/issues/8523
gem "webrick", "~> 1.7"
group :development do group :development do
gem 'colored' gem 'colored'
gem 'fuzzy_match' gem 'fuzzy_match'