Skip to content

Commit

Permalink
Fix broken posix-spawn on newer systems
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Oct 23, 2024
1 parent 9b8c727 commit d6433ac
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 @@ -2,6 +2,8 @@ source "https://rubygems.org"

gem 'jekyll', ">= 4.1.1"

gem "posix-spawn", github: "https://github.com/rtomayko/posix-spawn/pull/93"

group :jekyll_plugins do
gem 'jekyll-algolia'
gem 'jekyll-relative-links'
Expand Down

0 comments on commit d6433ac

Please sign in to comment.