rtomayko / posix-spawn

Ruby process spawning library
Other
519 stars 52 forks source link

Rake uses depreacated tasks #31

Closed stoune closed 9 years ago

stoune commented 12 years ago

When running rake tasks you will receive a warning message:

$ rake test
rake/gempackagetask is deprecated.  Use rubygems/package_task instead
rake aborted!
cannot load such file -- rake/extensiontask

(See full trace by running task with --trace)
rtomayko commented 9 years ago

Fixed in #67.

hramrach commented 10 months ago

Please make it make sense: bundle install If 'bundle' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf bundle