2
0
This commit is contained in:
Mike Linksvayer
2021-04-05 00:17:33 -07:00
parent 91817e84d4
commit 3494f9e011

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'