30 Mar 2017   ruby


bundle update <gemname> does not update the gem specified.

instead

bundle update --source <gemname> will update only the gem specified.

🍄