This commit is contained in:
Mike Linksvayer 2021-04-05 00:17:33 -07:00
parent 91817e84d4
commit 3494f9e011
No known key found for this signature in database
GPG Key ID: 136DBD194F0080CF
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ 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"
gem 'webrick', '~> 1.7'
group :development do
gem 'colored'