Skip to content

Commit 156b03b

Browse files
authored
Merge pull request json-schema-org#465 from jdesrosiers/fix-local-build
Fix local build error
2 parents 5a15c99 + 30f0b15 commit 156b03b

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
@@ -1,2 +1,3 @@
11
source 'https://rubygems.org'
22
gem 'github-pages', group: :jekyll_plugins
3+
gem 'webrick', '~> 1.7'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,15 @@ GEM
251251
unf_ext
252252
unf_ext (0.0.8.2)
253253
unicode-display_width (1.8.0)
254+
webrick (1.7.0)
254255
zeitwerk (2.6.0)
255256

256257
PLATFORMS
257258
ruby
258259

259260
DEPENDENCIES
260261
github-pages
262+
webrick (~> 1.7)
261263

262264
BUNDLED WITH
263265
2.2.7

0 commit comments

Comments
 (0)