summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
Commit message (Expand)AuthorAgeFilesLines
* Typo. s/expect/except/David Rodríguez2019-04-051-1/+1
* Remove `list_command` settingDavid Rodríguez2019-04-051-15/+11
* Print a better messages on undocumented flagsDavid Rodríguez2019-04-051-8/+12
* Remove `bundle show` from bundler 3David Rodríguez2019-04-051-27/+28
* Remove `console_command` settingremove_command_removal_settingsDavid Rodríguez2019-03-311-1/+1
* Remove `viz_command` settingDavid Rodríguez2019-03-311-1/+1
* Allow `update` to install when `--no-install` usedno_install_allows_update_to_installDavid Rodríguez2019-03-281-1/+3
* Move message to present tenseDavid Rodríguez2019-03-171-1/+1
* The cops got meDavid Rodríguez2019-03-121-1/+1
* Deprecate a bunch of flags in bundler 2David Rodríguez2019-03-121-17/+34
* Move `rescue Exception` exceptions inlineDavid Rodríguez2019-03-041-1/+1
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-4/+4
* Enable gemfile flag for bundle lockLaura Paakkinen2018-10-181-0/+2
* Refactor initial codecorrect_bundle_show_deprecationDavid Rodríguez2018-10-011-7/+5
* Fix `--paths` argument handlingDavid Rodríguez2018-10-011-1/+9
* Fix "bundle show" deprecation messagesDavid Rodríguez2018-10-011-1/+9
* Make the equivalent change to `bundle update`David Rodríguez2018-09-181-1/+2
* Fix issue with initial implementationDavid Rodríguez2018-09-181-1/+1
* Deprecate `bundle install --force`David Rodríguez2018-09-181-2/+2
* Add gemfile flag to exec commandankitkataria2018-08-241-0/+1
* Update documentationAgrim Mittal2018-07-011-2/+2
* Remove necessary comments and update documentationAgrim Mittal2018-06-281-2/+2
* Remove necessary comments and update docsAgrim Mittal2018-06-281-2/+2
* Add gemfile error when gem is not presentAgrim Mittal2018-06-281-3/+3
* Update documentationAgrim Mittal2018-06-281-2/+2
* Add install flag to removeAgrim Mittal2018-06-281-1/+3
* Add support for mutiple gems and add failing specsAgrim Mittal2018-06-281-4/+4
* Add remove function to cliAgrim Mittal2018-06-281-0/+9
* Change options to --without-group and --only-groupAgrim Mittal2018-06-171-2/+2
* abstract group separation logic based on optionsAgrim Mittal2018-06-151-2/+2
* add initial draft of without and only optionsAgrim Mittal2018-06-151-0/+2
* Auto merge of #6547 - agrim123:agr-add-mutiple-gems-names, r=segiddinsThe Bundler Bot2018-06-151-2/+2
|\
| * Add support for mutiple gems add with names onlyAgrim Mittal2018-06-061-2/+2
* | Auto merge of #6531 - peret:outdated-filter-dependencies, r=segiddinsThe Bundler Bot2018-06-151-0/+2
|\ \ | |/ |/|
| * Rename --filter-dependencies to --only-explicit.Peter Retzlaff2018-06-041-1/+1
| * Add new option --filter-dependencies to 'bundler outdated'.Peter Retzlaff2018-05-111-0/+2
* | Add documentation for optionsAgrim Mittal2018-05-291-2/+2
* | add version prefixAgrim Mittal2018-05-281-0/+2
* | Add documentation for --skip-install flagAgrim Mittal2018-05-141-1/+1
* | Add --skip-install flag to bundle addAgrim Mittal2018-05-021-1/+2
|/
* [Binstubs] Add --all optionssegiddins/bundle-binstubs-allSamuel Giddins2018-04-181-0/+2
* Fix some rescue calls that do not specifiy error type.utilum2018-03-171-1/+1
* Auto merge of #6273 - joelvh:feature/bundle_update_gemfile_option, r=colby-sw...The Bundler Bot2018-01-311-0/+2
|\
| * Added `--gemfile` option to `bundle update`Joel Van Horn2018-01-241-0/+2
* | Auto merge of #6238 - bundler:seg-outdated-fips, r=olleolleolleThe Bundler Bot2018-01-131-0/+2
|\ \
| * | [CLI] Skip the outdated bundler check when MD5 is not availableseg-outdated-fipsSamuel Giddins2017-12-301-0/+2
* | | add `--paths` option to `bundle list` command.Colby Swandale2017-11-191-0/+1
|/ /
* | [CLI] Switch around the --strict option for bundle outdatedseg-outdated-filter-optionsSamuel Giddins2017-09-131-2/+3
* | deprecate the viz command in bundler 2colby/deprecate-viz-commandColby Swandale2017-09-061-14/+17
* | [CLI] Implement config subcommandsSamuel Giddins2017-08-301-8/+2