Commit ee69b94
committed
Support Ruby 2.7: widen ffi requirement to ~> 1.16
ffi 1.17 dropped Ruby 2.7 (its required_ruby_version is >= 3.0). Widening the constraint from "~> 1.17.0" to "~> 1.16" lets RubyGems resolve ffi 1.16.x on Ruby 2.7, while Ruby 3.x installs continue to pick up 1.17+.
Signed-off-by: Ajay Kumar Sundaramurthy <10240430+ImAjayS@users.noreply.github.com>1 parent f1199ae commit ee69b94
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
0 commit comments