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:
parent
b5a6416045
commit
91817e84d4
3
Gemfile
3
Gemfile
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user