Skip to content

Commit db72bc9

Browse files
committed
Add webrick to Gemfile so jekyll runs w/o error
1 parent 982a671 commit db72bc9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ require 'open-uri'
55
versions = JSON.parse(::URI.open('https://pages.github.com/versions.json').read)
66

77
gem 'github-pages', versions['github-pages']
8+
gem 'webrick', '~> 1.8'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,14 @@ GEM
261261
unf_ext
262262
unf_ext (0.0.8.2)
263263
unicode-display_width (1.8.0)
264+
webrick (1.8.1)
264265

265266
PLATFORMS
266267
ruby
267268

268269
DEPENDENCIES
269270
github-pages (= 228)
271+
webrick (~> 1.8)
270272

271273
BUNDLED WITH
272274
2.4.20

0 commit comments

Comments
 (0)