Skip to content

Commit

Permalink
hotfix issue with incompatible nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
docsteveharris committed Oct 28, 2024
1 parent 1c7820f commit 5789ac8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
source "https://rubygems.org"

# Fix issue with nokogiri gem
ruby "3.2.0" # Use a newer Ruby version

gem "github-pages", group: :jekyll_plugins
gem "minimal-mistakes-jekyll"

Expand Down
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build]
command = "jekyll build"
publish = "_site"

[build.environment]
RUBY_VERSION = "3.2.0"

0 comments on commit 5789ac8

Please sign in to comment.