Skip to content

Commit

Permalink
fix: make github-pages work with Ruby 3
Browse files Browse the repository at this point in the history
bundle add webrick

Apparently, github-pages are built using Ruby 2 and Ruby 3 doesn't include a gem called webrick. See github/pages-gem#752 for more details.
  • Loading branch information
kalenkovich committed Mar 22, 2024
1 parent de8380f commit 4748ba7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ gem "github-pages", "~> 231", group: :jekyll_plugins
source "https://rubygems.org"
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
# gem "rails"

gem "webrick", "~> 1.8"

0 comments on commit 4748ba7

Please sign in to comment.