We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c73d5 commit e27b9edCopy full SHA for e27b9ed
Gemfile
@@ -13,3 +13,5 @@ gem 'kramdown-parser-gfm'
13
# browser during development. To use, uncomment
14
# and do:
15
# bundle exec jekyll liveserve --incremental
16
+
17
+gem "webrick", "~> 1.7"
Gemfile.lock
@@ -79,6 +79,7 @@ GEM
79
rb-inotify (~> 0.9, >= 0.9.7)
80
typhoeus (1.4.0)
81
ethon (>= 0.9.0)
82
+ webrick (1.7.0)
83
yell (2.2.2)
84
85
PLATFORMS
@@ -89,6 +90,7 @@ DEPENDENCIES
89
90
jekyll-redirect-from
91
jekyll-scalafiddle
92
kramdown-parser-gfm
93
+ webrick (~> 1.7)
94
95
BUNDLED WITH
96
2.3.6
0 commit comments