Version 2.2.0
- Display current gemfile when running
bundle update
. - Add support for multiple gemspec directives.
- Add support for bundler's
retry
andwithout
flags.-
--retry
: Retry network and git requests that have failed. -
--without
: Exclude gems that are part of the specified named group.
-