Skip to content

Commit

Permalink
Fix gemfile, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
xhluca committed Jul 15, 2024
1 parent a6b9cab commit af408ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
source "https://rubygems.org"

gem "webrick"
gem "github-pages", "228", group: :jekyll_plugins
gem "github-pages", group: :jekyll_plugins
# If github-pages starts to fail, try to use the following line instead
# gem "github-pages", "231", group: :jekyll_plugins
# or painstakingly find the proper github-pages version that works with your setup (see ruby version in jekyll-deploy.yml)
# or wait for github to fix the issue in ~5 business days

gem "tzinfo-data"
gem "wdm", "~> 0.1.0" if Gem.win_platform?
Expand Down

0 comments on commit af408ca

Please sign in to comment.