aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli
Commit message (Expand)AuthorAgeFilesLines
* [Inline] Support running when BUNDLE_GEMFILE=""Samuel Giddins2017-01-141-1/+1
* viz: fix capitalisation of HomebrewAlyssa Ross2017-01-141-1/+1
* [CLI::Open] Support exiting when selecting gemSamuel Giddins2017-01-021-1/+2
* Auto merge of #5240 - smathy:update_post_install_messages, r=segiddinsThe Bundler Bot2016-12-173-27/+24
|\
| * Output post_install_message during updateJason King2016-12-081-1/+2
| * DRY up some duplication between install and updateJason King2016-12-083-26/+22
* | [Lock] Fix --add-platform rubySamuel Giddins2016-12-051-1/+1
|/
* [CLI::Gem] Fail gracefully on an invalid constant nameSamuel Giddins2016-11-191-3/+16
* Auto merge of #5114 - AirRefund:improve_outdated_code, r=chrismoThe Bundler Bot2016-11-181-43/+91
|\
| * Improve and fixed guide style code.Guillermo Guerrero2016-11-151-43/+91
* | Auto merge of #5168 - colby-swandale:documentation-and-error-improvements, r=...Homu2016-11-171-3/+3
|\ \ | |/ |/|
| * fix rubocop feedbackColby Swandale2016-11-151-1/+1
| * fix missing capitalizationColby Swandale2016-11-141-1/+1
| * fix small alignmentColby Swandale2016-11-141-1/+1
| * improve error message for bundle install --path --system conflictColby Swandale2016-11-141-2/+2
* | Auto merge of #5176 - chrismo:fix_outdated_regression_from_cc355865, r=chrismoThe Bundler Bot2016-11-151-4/+4
|\ \ | |/ |/|
| * Refactoring of @lucasmazza fix w/ specs.chrismo2016-11-151-4/+4
| * Fix `outdated` listing regression from cc355865Lucas Mazza2016-10-281-2/+2
* | Auto merge of #5100 - bronzdoc:fix_shebang_check_in_exec, r=segiddinsHomu2016-10-311-0/+6
|\ \ | |/ |/|
| * Warn if executable in bundle exec is emptybronzdoc2016-10-301-0/+6
* | use `Bunder.which` instead of `system` for otool and ldd detectionColby Swandale2016-10-251-2/+2
* | use `system -v` to check for otool and lddColby Swandale2016-10-241-2/+2
* | Auto merge of #5061 - chrismo:cons_outdated, r=indirectHomu2016-10-224-15/+35
|\ \
| * | filtered outdated msg shouldn't say 'up to date'chrismo2016-10-191-1/+13
| * | Enable cons updates in outdated and other fixes.chrismo2016-10-124-14/+22
* | | Add bundle install conservative updating to updatechrismo2016-10-212-2/+3
| |/ |/|
* | Auto merge of #5053 - hmistry:fix-clean-dry-run, r=segiddinsHomu2016-10-151-1/+1
|\ \ | |/ |/|
| * Changed the behavior of 'bundle clean --dry-run' to output the list of gems b...hiren mistry2016-10-041-1/+1
* | Better gem outdated list grouped by groups.Guillermo Guerrero2016-10-061-28/+71
* | Add conservative update options to bundle lockchrismo2016-10-043-7/+16
* | Auto merge of #4954 - bundler:seg-load-gem-plugins-on-install, r=indirectHomu2016-10-032-6/+0
|\ \ | |/ |/|
| * [Installer] Load gem plugins when installingSamuel Giddins2016-09-072-6/+0
* | [Lock] Default to not updatingSamuel Giddins2016-09-111-6/+3
|/
* [Definition] Validate platform in addition to rubySamuel Giddins2016-08-258-8/+8
* Auto merge of #4898 - JuanitoFatas:feature/generated-readme-github-url, r=seg...Homu2016-08-251-1/+2
|\
| * Fill in git username to the generated github urlJuanitoFatas2016-08-201-1/+2
* | it’s not injecting anymoreAndre Arko2016-08-221-1/+1
* | Auto merge of #4888 - bundler:seg-doctor, r=indirectHomu2016-08-202-20/+18
|\ \
| * | [Doctor] Ensure missing dylibs are printed in a consistent orderSamuel Giddins2016-08-171-4/+4
| * | [Doctor] Use check to ensure all dependencies are installedSamuel Giddins2016-08-161-11/+7
| * | [Doctor] Raise a ProductionError for linkage failuresSamuel Giddins2016-08-161-3/+5
| * | [Doctor] Insure checking for otool/lld is silentSamuel Giddins2016-08-161-2/+2
| * | [Update] Raise InvalidOption on duplicate patch level flagsSamuel Giddins2016-08-161-1/+1
* | | Add FeatureFlag classSamuel Giddins2016-08-182-2/+2
| |/ |/|
* | Add a setting for disable_exec_loadSamuel Giddins2016-08-161-1/+3
|/
* [Lock] Allow removing platformsSamuel Giddins2016-08-121-2/+14
* [Exec] Only set process title on Ruby 2.1+Samuel Giddins2016-08-101-7/+3
* Manually set a process title when using loadJames Healy2016-08-091-0/+9
* [Installer] Move post-install messages to be an instance attributeSamuel Giddins2016-08-041-2/+2
* Auto merge of #4765 - mistydemeo:linkage, r=indirectHomu2016-08-041-0/+95
|\