Skip to content

Commit 03d7413

Browse files
authored
Depend directly on Jekyll, instead of indirectly through github-pages (#92)
The github-pages gem is not maintained anymore, and depends on old versions of its dependencies, which seem to be incompatible with Netlify's Ruby version. And it looks like we don't use github-pages, anyway.
1 parent 588bc7e commit 03d7413

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source "https://rubygems.org"
22

3-
gem "github-pages", group: :jekyll_plugins
3+
gem "jekyll"
4+
gem "jekyll-sitemap"

0 commit comments

Comments
 (0)