We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e40f1 commit d22ee88Copy full SHA for d22ee88
Gemfile
@@ -6,3 +6,5 @@ group :jekyll_plugins do
6
gem 'jekyll-coffeescript'
7
gem 'jekyll-redirect-from'
8
end
9
+
10
+gem "webrick", "~> 1.7"
Gemfile.lock
@@ -66,6 +66,7 @@ GEM
66
terminal-table (2.0.0)
67
unicode-display_width (~> 1.1, >= 1.1.1)
68
unicode-display_width (1.7.0)
69
+ webrick (1.7.0)
70
71
PLATFORMS
72
ruby
@@ -74,6 +75,7 @@ DEPENDENCIES
74
75
jekyll
76
jekyll-coffeescript
77
jekyll-redirect-from
78
+ webrick (~> 1.7)
79
80
BUNDLED WITH
81
2.2.16
0 commit comments