extism / ruby-sdk

Extism Ruby Host SDK - easily run WebAssembly modules / plugins from Ruby applications
https://extism.org
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

fix: get rid of gem build warning #21

Closed peterkinmond closed 5 months ago

peterkinmond commented 5 months ago

Fixes #20 by limiting ffi version updates to minor versions only (using the ~> operator) instead of the unbounded >= operator.

Before

Screenshot 2024-04-05 at 4 30 05 PM

After

Screenshot 2024-04-05 at 4 29 45 PM
nilslice commented 5 months ago

Nice, thank you!