summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix --path option descriptionsDavid Rodríguez2019-08-161-2/+2
* Deprecate `--path` flag to `bundle check`David Rodríguez2019-08-161-0/+2
* Fix remembered flag deprecation messageDavid Rodríguez2019-08-161-1/+1
* Add `--[no-]git` option to `bundle gem`git_option_to_bundle_gemDavid Rodríguez2019-07-311-0/+1
* Restore `cache_all` flag removalDavid Rodríguez2019-07-241-3/+4
* Alias `cache` to `package` nowadd_package_functionality_to_cacheDavid Rodríguez2019-07-151-15/+1
* Remove `cache_command_is_package` feature flagDavid Rodríguez2019-07-151-3/+3
* Always keep `bundle package --all` optionDavid Rodríguez2019-07-151-4/+3
* Fix incorrect flag usageDavid Rodríguez2019-07-151-1/+1
* Remove redundant conditionDavid Rodríguez2019-07-151-4/+2
* Merge #7127Bundlerbot2019-04-231-0/+2
|\
| * Add git and branch options to `bundle add`Baumgarten2019-04-131-0/+2
* | Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-29/+29
* | Remove unnecessary requireDavid Rodríguez2019-04-191-1/+0
* | 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