Is it possible to add a gem dependency only if the person is using a certain version of ruby?
Background: I\'m working on a fork of a project that u
Checkout this tutorial in the Ruby Programming wikibook.
Tt shows how to install different versions of dependencies depending on what version of ruby the installee is using.
(short answer--it ain't as easy as it should be)