rtomayko / posix-spawn

Ruby process spawning library
Other
520 stars 52 forks source link

deprecation warning in ruby 2.4 #76

Closed vchepkov closed 4 years ago

vchepkov commented 7 years ago

After upgrading to ruby 2.4, gem generates warnings:

/usr/local/lib/ruby/gems/2.4.0/gems/posix-spawn-0.3.12/lib/posix/spawn.rb:467: warning: constant ::Fixnum is deprecated

Tafkas commented 7 years ago

Same for me.

jcoyne commented 7 years ago

Looks like this is fixed in master, we just need @rtomayko or @tmm1 to push a new release.

felixbuenemann commented 7 years ago

I think this has been fixed in #77 and released in 0.3.13 so this issue can be closed.

smaximov commented 7 years ago

Can confirm, the warning is gone in 0.3.13.