summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
Commit message (Expand)AuthorAgeFilesLines
* add new option for choosing a CI sevice in bundle gem commandColby Swandale2020-02-091-0/+1
* Merge #5521Bundlerbot2020-01-081-1/+1
|\
| * bundler gem: Support test-unit as a testing frameworkKouhei Sutou2019-12-111-1/+1
* | Use vendorized version of uri libraryDavid Rodríguez2019-12-081-1/+1
|/
* Merge #6455Bundlerbot2019-11-081-0/+1
|\
| * [CLI::Gem] Add a --rubocop optionsegiddins/bundle-gem-rubocop-optionSamuel Giddins2019-10-191-0/+1
* | Merge #7404Bundlerbot2019-11-041-2/+2
|\ \
| * | Support multiple groups for --without-group and --only-group options in bundl...fatkodima2019-11-011-2/+2
* | | Merge #7401Bundlerbot2019-11-041-3/+0
|\ \ \ | |/ / |/| |
| * | Don't silence the UI by defaultDavid Rodríguez2019-10-311-3/+0
* | | Fix help with command aliasesfix_help_with_command_aliasesDavid Rodríguez2019-10-301-2/+20
* | | Add "ex", and "exe" to "bundle exec" aliasesDavid Rodríguez2019-10-301-2/+3
* | | Extract aliases to a constant for later reusageDavid Rodríguez2019-10-301-6/+19
* | | Consistently define aliases after command definitionsDavid Rodríguez2019-10-301-3/+8
* | | Normalize "list" alias with the rest of alias defsDavid Rodríguez2019-10-301-1/+1
* | | Reformat constant definitionDavid Rodríguez2019-10-301-3/+1
|/ /
* | Normalize "bundle cache" vs "bundle package"normalize_bundle_cacheDavid Rodríguez2019-10-201-11/+9
|/
* Fix typoIgor Zubkov2019-10-031-1/+1
* Fix typoIgor Zubkov2019-10-031-1/+1
* 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