summaryrefslogtreecommitdiff
path: root/lib/bundler/cli
Commit message (Expand)AuthorAgeFilesLines
* implement new list command taken from bundler showColby Swandale2017-08-041-0/+17
* Auto merge of #5860 - bundler:seg-validate-settings, r=segiddinsThe Bundler Bot2017-07-255-23/+22
|\
| * Update the specs for the default bundle path being ./.bundleSamuel Giddins2017-07-232-5/+6
| * Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-234-17/+9
| * Introduce the notion of settings validationSamuel Giddins2017-07-232-4/+10
* | Add a special bundler binstub that ensures the correct version is activatedSamuel Giddins2017-07-211-3/+2
|/
* [CLI] Deprecate install --force in favor of --redownloadSamuel Giddins2017-07-191-0/+2
* Ensure groups are properly handled when the overlap in settingsSamuel Giddins2017-07-191-12/+9
* Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-8/+4
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-193-5/+4
* [Settings] Remove #deleteSamuel Giddins2017-07-191-2/+2
* [Settings] Stop remembering CLI options in Bundler 2Samuel Giddins2017-07-197-45/+43
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-1624-0/+24
* Fix deployment specs under 2.0Samuel Giddins2017-07-122-8/+18
* Use deployment instead of frozen as a setting on Bundler 2Samuel Giddins2017-07-123-8/+10
* [Init] Don’t create a gems.rb when a Gemfile existsSamuel Giddins2017-06-231-2/+6
* Completely remove the postit trampolineSamuel Giddins2017-06-211-16/+0
* Auto merge of #5785 - bundler:colby/fix-group-conflict-error, r=segiddinsThe Bundler Bot2017-06-181-1/+1
|\
| * fix a missing space in the group conflict error messagecolby/fix-group-conflict-errorColby Swandale2017-06-181-1/+1
* | Auto merge of #5721 - bundler:seg-binstubs-shebang, r=indirectThe Bundler Bot2017-06-161-0/+1
|\ \
| * | Add --shebang option to binstubs commandseg-binstubs-shebangDimitris Zorbas2017-06-131-0/+1
* | | Auto merge of #5722 - bundler:seg-update-all-flag, r=indirectThe Bundler Bot2017-06-152-4/+16
|\ \ \
| * | | Add `—all` flag to `bundle update`Samuel Giddins2017-06-141-1/+12
| * | | [Install] Avoid re-writing settings when they won’t changeSamuel Giddins2017-06-141-3/+4
* | | | [Pristine] Raise when trying to pristine a missing gemseg-pristine-specific-gemsSamuel Giddins2017-06-141-0/+2
* | | | [Pristine] Allow passing a list of gems to pristineSamuel Giddins2017-06-141-0/+5
* | | | [Pristine] Ensure git gems have added files removedSamuel Giddins2017-06-141-5/+5
|/ / /
* | | Ensure Bundler.original_env preserves _all_ keys bundler setsseg-original-env-all-keysSamuel Giddins2017-06-131-1/+1
|/ /
* | Auto merge of #5704 - bundler:colby/init-new-gemfile-format, r=segiddinsThe Bundler Bot2017-06-131-6/+12
|\ \
| * | rename feature flag to `init_gems_rb` and PR feedbackColby Swandale2017-06-051-3/+3
| * | generate gems.rb in bundle init with feature flagColby Swandale2017-06-041-6/+12
| |/
* | [Viz] Work correctly when another gem with a graphviz file is presentseg-viz-other-gemSamuel Giddins2017-06-121-0/+3
|/
* [CLI::Common] Extract update lockfile checking logicseg-lock-update-missingSamuel Giddins2017-06-013-12/+9
* [CLI::Lock] Fail gracefully when updating a missing gemSamuel Giddins2017-06-011-1/+9
* use Bundler.load_gemspec_uncached for reading gemspeccolby/bundler-init-invalid-gemspecColby Swandale2017-06-011-5/+1
* handle invalid gemspec and add specs for untested behaviour in bundle init --...Colby Swandale2017-06-011-0/+6
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-284-5/+5
* Unify the notation of RubyGemsKoichi ITO2017-05-042-2/+2
* [CLI] Avoid loading Thor::Actions when it is not usedSamuel Giddins2017-04-251-0/+8
* move implementation of Bundler::Env to class methodsColby Swandale2017-04-201-1/+1
* [Env] Default to always printing gemfile & gemspecsseg-error-reportSamuel Giddins2017-04-151-1/+1
* Auto merge of #5306 - colby-swandale:bundler-config-parseable-flag, r=segiddinsThe Bundler Bot2017-04-151-6/+24
|\
| * print key & value on config set and print new value when overwritting existin...Colby Swandale2017-04-151-3/+7
| * print old config value in parseable format using overwriting an existingColby Swandale2017-04-121-1/+4
| * print only highest priority value per configColby Swandale2017-04-061-2/+2
| * update config output parseable format and specsColby Swandale2017-04-051-2/+2
| * print minimal report of configuration with bundler config --parseableColby Swandale2017-04-031-6/+14
| * Merge remote-tracking branch 'upstream/master' into bundler-config-parseable-...Colby Swandale2017-03-2915-128/+321
| |\
| * | remove duplicate conditionColby Swandale2017-01-061-1/+2
| * | move parseable functionality down a bit and only when no args are givenColby Swandale2017-01-051-2/+2