Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
Update Gemfile to lock ffi to version < 1.17
  • Loading branch information
MarkusTiede authored Sep 12, 2024
1 parent b2c4192 commit 5452c1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ gem 'jekyll', '~> 4.3.0'
gem 'coderay', '~> 1.1.0'
gem 'rake-jekyll', '~> 1.1.0'

# Fix for mismatched deps: https://github.com/ffi/ffi/issues/1103
gem "ffi", "< 1.17.0"

group :jekyll_plugins do
gem 'jekyll-asciidoc', '~> 3.0.0'
end

0 comments on commit 5452c1b

Please sign in to comment.