Skip to content

Commit

Permalink
HTML proofer: downgrade ffi dep
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Jul 26, 2024
1 parent 1fc7b49 commit 0cb51b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source "https://rubygems.org"

group :test do
gem "ffi", "< 1.17.0" # Fix for mismatched deps: https://github.com/ffi/ffi/issues/1103
gem "rake"
gem "html-proofer"
end
end

0 comments on commit 0cb51b9

Please sign in to comment.