chuckremes / ffi-rzmq

FFI bindings for ZeroMQ so the library can be used under JRuby and other FFI-compliant ruby runtimes
242 stars 62 forks source link

Add ostruct into gemspec #136

Closed catacs closed 2 weeks ago

catacs commented 1 month ago

With ruby 3.3.5 some gems are extracted from standard library. Therefore we get warning to migrate them into gemfile/gemspec.

You can add ostruct to your Gemfile or gemspec to silence this warning.
Also please contact the author of ffi-rzmq-2.0.7 to request adding ostruct into its gemspec.

PR to fix the issue: https://github.com/chuckremes/ffi-rzmq/issues/135

chuckremes commented 2 weeks ago

Will review shortly.