Skip to content

Commit 70bf9dd

Browse files
committed
alignment
1 parent 4d167b7 commit 70bf9dd

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Gemfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,13 @@ gem "github-pages", group: :jekyll_plugins
1111
group :jekyll_plugins do
1212
gem "jekyll-feed", "~> 0.17"
1313
gem 'jekyll-commonmark-ghpages'
14-
gem 'jekyll-sitemap'
1514
end
15+
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

Comments
 (0)