Skip to content

Commit

Permalink
feat: limit ffi version on ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Jun 7, 2024
1 parent 4e17898 commit e152dcd
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 @@ -3,3 +3,6 @@
source "https://rubygems.org"

gemspec

# FIXME: remove this after drop support for Ruby 2.7
gem "ffi", "< 1.17"

0 comments on commit e152dcd

Please sign in to comment.