1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

Merge pull request #823 from github/webrick

Add webrick to Gemfile so jekyll serve works under ruby 3
This commit is contained in:
Mike Linksvayer 2021-04-05 00:19:02 -07:00 committed by GitHub
commit 42466b799a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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']
# https://github.com/jekyll/jekyll/issues/8523
gem 'webrick', '~> 1.7'
group :development do
gem 'colored'
gem 'fuzzy_match'