Remove gems installed by bundler
Add this line to your application's Gemfile:
gem 'unbundler'
And then execute:
$ bundle
Or install it yourself as:
$ gem install unbundler
unbundle
- uninstall all gems installed by current bundle except gems in global keep list
unbundle --keep gem1
- uninstall all gems except gem1 and gems in global keep list
unbundle show
or unbundle list
- show list of gems to be unbundled
unbundle edit_keep_list
- open global keep list in default editor
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request