If you visit this question in 2018, bundler
now has a cli to do this:
bundle add <gem-name> <version>
Version string could be your typical gem version including >=
and ~
If you visit this question in 2018, bundler
now has a cli to do this:
bundle add <gem-name> <version>
Version string could be your typical gem version including >=
and ~