We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d167b7 commit 70bf9ddCopy full SHA for 70bf9dd
1 file changed
Gemfile
@@ -11,5 +11,13 @@ gem "github-pages", group: :jekyll_plugins
11
group :jekyll_plugins do
12
gem "jekyll-feed", "~> 0.17"
13
gem 'jekyll-commonmark-ghpages'
14
- gem 'jekyll-sitemap'
15
end
+
16
+# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
17
+# do not have a Java counterpart.
18
+gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
19
20
+# For generating a site map
21
+gem 'jekyll-sitemap'
22
23
+gem "webrick", "~> 1.9"
0 commit comments