| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the Package command for `bundle cache` on Bundler 2seg-new-cache-is-package | Samuel Giddins | 2017-07-03 | 1 | -8/+12 |
* | Remove the console command in Bundler 2.0seg-deprecate-console | Samuel Giddins | 2017-07-02 | 1 | -5/+6 |
* | Auto merge of #5725 - bundler:seg-default-command, r=indirect | The Bundler Bot | 2017-06-23 | 1 | -1/+8 |
|\ |
|
| * | Default to printing a help message when `bundle` is run without arguments on 2.0seg-default-command | Samuel Giddins | 2017-06-14 | 1 | -1/+8 |
* | | Completely remove the postit trampoline | Samuel Giddins | 2017-06-21 | 1 | -1/+1 |
* | | [CLI] Sort options for stability on ruby < 2seg-verbose-cli-print-no-defaults | Samuel Giddins | 2017-06-20 | 1 | -1/+1 |
* | | [CLI] Dont print defaults in the command printed with --verbose | Samuel Giddins | 2017-06-19 | 1 | -4/+10 |
* | | Auto merge of #5721 - bundler:seg-binstubs-shebang, r=indirect | The Bundler Bot | 2017-06-16 | 1 | -0/+2 |
|\ \ |
|
| * | | Add --shebang option to binstubs commandseg-binstubs-shebang | Dimitris Zorbas | 2017-06-13 | 1 | -0/+2 |
* | | | Auto merge of #5716 - bundler:seg-version-build-metadata, r=indirect | The Bundler Bot | 2017-06-16 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | Avoid git shenanigans with the build metadata fileseg-version-build-metadata | Samuel Giddins | 2017-06-13 | 1 | -1/+1 |
| * | | | Print build metadata when running `bundle version` | Samuel Giddins | 2017-06-12 | 1 | -1/+4 |
| |/ / |
|
* | | | Auto merge of #5722 - bundler:seg-update-all-flag, r=indirect | The Bundler Bot | 2017-06-15 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Add `—all` flag to `bundle update` | Samuel Giddins | 2017-06-14 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | [Pristine] Allow passing a list of gems to pristine | Samuel Giddins | 2017-06-14 | 1 | -3/+3 |
|/ / |
|
* | | Ensure Bundler.original_env preserves _all_ keys bundler setsseg-original-env-all-keys | Samuel Giddins | 2017-06-13 | 1 | -1/+1 |
|/ |
|
* | [RuboCop] Enable Style/PercentLiteralDelimiters | Koichi ITO | 2017-05-28 | 1 | -8/+8 |
* | Unify the notation of RubyGems | Koichi ITO | 2017-05-04 | 1 | -1/+1 |
* | [CLI] Avoid loading Thor::Actions when it is not used | Samuel Giddins | 2017-04-25 | 1 | -1/+0 |
* | move implementation of Bundler::Env to class methods | Colby Swandale | 2017-04-20 | 1 | -1/+1 |
* | Auto merge of #5306 - colby-swandale:bundler-config-parseable-flag, r=segiddins | The Bundler Bot | 2017-04-15 | 1 | -0/+1 |
|\ |
|
| * | Merge remote-tracking branch 'upstream/master' into bundler-config-parseable-... | Colby Swandale | 2017-03-29 | 1 | -42/+111 |
| |\ |
|
| * | | removed parseable alias option | Colby Swandale | 2017-01-05 | 1 | -1/+1 |
| * | | Add parseable option to bundle config | JuanitoFatas | 2016-08-26 | 1 | -0/+1 |
* | | | Auto merge of #5503 - denniss:ds-bundle-pristine, r=segiddins | The Bundler Bot | 2017-04-11 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | Initial implementation of 'bundle pristine' | Dennis Suratna | 2017-04-11 | 1 | -0/+6 |
* | | | | Add command: Handle multiple versions | Dennis Suratna | 2017-04-10 | 1 | -1/+0 |
* | | | | Add command implementation | Dennis Suratna | 2017-04-10 | 1 | -0/+14 |
|/ / / |
|
* | | | Auto merge of #5456 - Shekharrajak:5452_bundle_inject_options, r=colby-swandale | The Bundler Bot | 2017-04-07 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | minor changes | shekharrajak | 2017-02-22 | 1 | -2/+2 |
| * | | | bundle inject can be used with few options | shekharrajak | 2017-02-20 | 1 | -1/+5 |
* | | | | Auto merge of #5505 - jonathanpike:master, r=colby-swandale | The Bundler Bot | 2017-04-05 | 1 | -0/+6 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Add bundle issue command that prints instructions for reporting issues | Jonathan Pike | 2017-03-07 | 1 | -0/+6 |
* | | | | [CLI] Only reset paths if we’ve set a custom gemfile | Samuel Giddins | 2017-03-14 | 1 | -1/+4 |
* | | | | [CLI] Dont reset every time the CLI is initialized | Samuel Giddins | 2017-03-14 | 1 | -1/+0 |
|/ / / |
|
* | | | Auto merge of #5374 - colby-swandale:bundle-info, r=indirect | The Bundler Bot | 2017-02-21 | 1 | -0/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | touchup specs, removed outdated status from bundle info | Colby Swandale | 2017-01-27 | 1 | -1/+2 |
| * | | remove --path argument from info command | Frederico Bittencourt | 2016-11-22 | 1 | -3/+0 |
| * | | rubcop changes | Frederico Bittencourt | 2016-10-15 | 1 | -2/+2 |
| * | | add default value to --path | Frederico Bittencourt | 2016-10-15 | 1 | -0/+1 |
| * | | show specific gem details with 'bundle info GEM' | Frederico Bittencourt | 2016-10-15 | 1 | -0/+8 |
* | | | [CLI] Re-allow bundle help --no-colorseg-update-thor | Samuel Giddins | 2017-02-12 | 1 | -0/+3 |
* | | | minor change | shekharrajak | 2017-02-01 | 1 | -1/+1 |
* | | | do not take more than one gem and version as arg | shekharrajak | 2017-02-01 | 1 | -3/+3 |
* | | | [CLI] Warn when running an outdated bundler version | Samuel Giddins | 2017-01-14 | 1 | -0/+22 |
* | | | [CLI] Fail gracefully when multiple names are passed to `bundle gem`seg-cli-gem-override | Samuel Giddins | 2017-01-02 | 1 | -1/+12 |
* | | | [CLI] Dont override Kernel#gem for bundle gem | Samuel Giddins | 2017-01-01 | 1 | -2/+13 |
* | | | Auto merge of #5139 - bitboxer:move-man-pages-to-man-folder, r=indirect | Homu | 2016-11-06 | 1 | -19/+10 |
|\ \ \ |
|
| * | | | Move man pages to man folder | Bodo Tasche | 2016-10-30 | 1 | -19/+10 |
* | | | | Add bundle-outdated man page | chrismo | 2016-10-31 | 1 | -3/+3 |