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
12 stars 1 forks source link

Fix `gem build` warning #20

Closed bhelx closed 7 months ago

bhelx commented 10 months ago

We should fix this warning by changing the gemspec:

$ gem build extism.gemspec

WARNING:  open-ended dependency on ffi (>= 1.0.0) is not recommended
  if ffi is semantically versioned, use:
    add_runtime_dependency 'ffi', '~> 1.0', '>= 1.0.0'
WARNING:  See https://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: extism
  Version: 1.0.0
  File: extism-1.0.0.gem