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