Update a specific gem with bundler
bundle update <gemname> does not update the gem specified.
instead
bundle update --source <gemname> will update only the gem specified.
bundle update <gemname> does not update the gem specified.
instead
bundle update --source <gemname> will update only the gem specified.