Skip to content

Commit 6ce8a00

Browse files
committed
Fix ffi to ver <1.17.0
1 parent 38582a2 commit 6ce8a00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ gem "rake", "> 12.3.1"
66
gem "slugify", "> 1.0"
77
gem "jekyll-sitemap"
88
gem "webrick" # https://stackoverflow.com/questions/65989040/bundle-exec-jekyll-serve-cannot-load-such-file
9+
gem "ffi", "< 1.17.0" # Fix for mismatched deps: https://github.com/ffi/ffi/issues/1103

0 commit comments

Comments
 (0)