Skip to content

Commit

Permalink
pin ffi version in Gemfile (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyhodges committed Jun 28, 2024
1 parent 34da415 commit 1ca4430
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ gem 'github-pages', group: :jekyll_plugins

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0.0')
gem 'webrick', '>= 1.6.1'
end
end

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

0 comments on commit 1ca4430

Please sign in to comment.