aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #4643 - bundler:seg-postit-trampoline, r=indirectHomu2016-06-111-1/+1
|\
| * Add total bundler version trampolining via vendored postitSamuel Giddins2016-06-101-1/+1
* | Included plugins in bool_keys for settingsAsutosh Palai2016-06-101-1/+1
* | Using Bundler.settings to enable plugin cliAsutosh Palai2016-06-101-2/+2
* | Merge branch 'master' into pluginAsutosh Palai2016-06-072-0/+7
|\|
| * [Lock] Add --add-platformSamuel Giddins2016-06-041-0/+5
| * Add standalone flag to binstubs, fix #4594Boggs2016-05-251-0/+2
* | Multiple plugins to be installed by cli installAsutosh Palai2016-06-071-4/+4
* | Minor correctionsAsutosh Palai2016-06-071-1/+1
* | Fixed the issues raised in commentsAsutosh Palai2016-06-061-13/+21
* | Reduced complexity of cli/install#runAsutosh Palai2016-06-011-55/+76
* | Added env var to enable plugin public interfaceAsutosh Palai2016-05-311-1/+1
* | Fixed the mistakes pointed outAsutosh Palai2016-05-311-1/+1
* | Added the command pluginAsutosh Palai2016-05-311-1/+1
* | Added Gemfile eval for pluginsAsutosh Palai2016-05-261-0/+2
* | Added spec helper to build pluginAsutosh Palai2016-05-241-6/+5
* | Added support for git installAsutosh Palai2016-05-241-1/+7
* | Added plugin module with install functionalityAsutosh Palai2016-05-241-0/+18
|/
* Only report same platform gem updates for `bundle outdated`James Wen2016-04-251-2/+2
* Rename `active_spec` to `active_specs` for points in execution where itJames Wen2016-04-251-4/+4
* Fix `bundle outdated` with `--patch` and/or `--minor` forJames Wen2016-04-211-4/+9
* [LockfileParser] Rename attribute to sectionSamuel Giddins2016-04-181-1/+1
* Generically preserve new attributes in lockfileSamuel Giddins2016-04-181-1/+1
* [Exec] Allow executables to exit non-zero via at_exitSamuel Giddins2016-04-141-2/+1
* Allow `bundle outdated` to handle all combinations of `--major`,James Wen2016-03-271-4/+4
* Open editor with clean envSamuel Cochran2016-03-231-1/+3
* [RuboCop] Update to 0.38.0Samuel Giddins2016-03-091-3/+3
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-093-3/+3
* [RubygemsIntegration] Add support for new activate_bin_path binstubsSamuel Giddins2016-03-051-1/+2
* Auto merge of #4304 - mobilutz:master, r=indirectHomu2016-02-271-0/+3
|\
| * Change `without` handling so `bundle install` wayLutz Lengemann2016-02-181-2/+4
| * Option without can have multiple value.Lutz Lengemann2016-02-161-1/+2
* | [Exec] Fix loading on 1.8.7Samuel Giddins2016-02-231-1/+1
* | [Exec] Improve performance when checking for a ruby shebangSamuel Giddins2016-02-221-2/+6
* | [Exec] Filter bundler code from backtrace when load failsSamuel Giddins2016-02-221-1/+2
* | [Exec] Set $0 when loadingSamuel Giddins2016-02-221-0/+1
* | [Exec] Ensure failure loading is printed to STDERRSamuel Giddins2016-02-221-2/+1
* | [Exec] Load instead of exec-ingSamuel Giddins2016-02-221-11/+42
* | Add `--patch` flag for `bundle outdated`James Wen2016-02-181-3/+11
* | Fix `--minor` flag behavior for `bundle outdated`James Wen2016-02-181-10/+21
|/
* Add error with message/explanation for `bundle outdated` in a frozen stateJames Wen2016-02-151-0/+14
* Add alternative error message for when `--deployment` and `--system`James Wen2016-02-101-5/+10
* Add --parseable (with --porcelain alias) to `bundle outdated` for minimal outputJames Wen2016-02-041-9/+23
* Auto merge of #4265 - bundler:seg-simplify-exec, r=indirectHomu2016-02-041-9/+3
|\
| * [Exec] Avoid loading the definition before exec-ingSamuel Giddins2016-02-011-9/+3
* | Add specs for bundle platform --ruby with version requirementsSamuel Giddins2016-02-011-1/+3
* | [Platform] Print out an exact version from the lockfileSamuel Giddins2016-02-011-1/+1
|/
* Compatibility with frozen string literalsSamuel Giddins2016-01-3120-1/+21
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-311-1/+1
* [RuboCop] Fix Performance/StartWithSamuel Giddins2016-01-311-2/+2