summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [LockfileParser] Stop requiring strscanseg-lockfile-remove-strscan-requireSamuel Giddins2016-11-031-1/+0
* Auto merge of #5144 - korobkov:master, r=segiddinsHomu2016-11-041-1/+1
|\
| * change license specification in gemspecAndrey Korobkov2016-11-011-1/+1
|/
* Auto merge of #5108 - chrismo:cons_update_docs, r=indirectHomu2016-11-016-29/+313
|\
| * Add bundle-outdated man pagechrismo2016-10-312-3/+110
| * Update bundle lock man pagechrismo2016-10-243-8/+43
| * New bundle update options documented.chrismo2016-10-222-6/+156
| * Clean up pending specs.chrismo2016-10-222-18/+10
* | Auto merge of #5100 - bronzdoc:fix_shebang_check_in_exec, r=segiddinsHomu2016-10-312-0/+21
|\ \
| * | Warn if executable in bundle exec is emptybronzdoc2016-10-302-0/+21
* | | Auto merge of #5135 - bundler:seg-molinillo-0.5.3, r=indirectHomu2016-10-3011-15/+102
|\ \ \
| * | | Update vendored Molinillo to 0.5.3seg-molinillo-0.5.3Samuel Giddins2016-10-2711-15/+102
|/ / /
* | | Auto merge of #5123 - colby-swandale:fix-otool-ldd-check, r=segiddinsHomu2016-10-281-2/+2
|\ \ \
| * | | 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 #5124 - colby-swandale:fix-documentration-highlights, r=indirectHomu2016-10-251-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | add missing highlights to bundler bundle man pageColby Swandale2016-10-241-5/+5
|/ / /
* | | Auto merge of #5077 - bundler:aa-revert-4998, r=indirectHomu2016-10-240-0/+0
|\ \ \
| * | | Revert "::Rake::CommandFailedError doesn't exist."aa-revert-4998Andre Arko2016-10-121-1/+1
* | | | Merge tag 'v1.13.6'Samuel Giddins2016-10-222-1/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Version 1.13.6 with changelogv1.13.6Samuel Giddins2016-10-222-1/+7
| * | | Auto merge of #5106 - bundler:seg-public-gem, r=indirectHomu2016-10-222-0/+19
* | | | Auto merge of #5061 - chrismo:cons_outdated, r=indirectHomu2016-10-226-33/+221
|\ \ \ \
| * | | | filtered outdated msg shouldn't say 'up to date'chrismo2016-10-192-6/+18
| * | | | Enable cons updates in outdated and other fixes.chrismo2016-10-126-31/+207
* | | | | Auto merge of #4980 - chrismo:lock_shared_deps, r=indirectHomu2016-10-226-91/+189
|\ \ \ \ \
| * | | | | Add bundle install conservative updating to updatechrismo2016-10-216-91/+189
| | |_|_|/ | |/| | |
* | | | | Auto merge of #5106 - bundler:seg-public-gem, r=indirectHomu2016-10-212-0/+19
|\ \ \ \ \
| * | | | | [RubygemsIntegration] Temporarily make #gem public againseg-public-gemSamuel Giddins2016-10-202-0/+19
|/ / / / /
* | | | | Auto merge of #5071 - bundler:seg-use-gemdeps, r=indirectHomu2016-10-212-0/+36
|\ \ \ \ \
| * | | | | [RubyGemsIntegration] Add a single method for #use_gemdepsseg-use-gemdepsSamuel Giddins2016-10-092-0/+36
| | |/ / / | |/| | |
* | | | | Auto merge of #5104 - hmistry:lock-install-error, r=segiddinsHomu2016-10-202-1/+30
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixed bundler incorrectly printing the following error message when attemptin...hiren mistry2016-10-202-1/+30
|/ / / /
* | | | Merge tag 'v1.13.5'Samuel Giddins2016-10-152-1/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Version 1.13.5 with changelogv1.13.5Samuel Giddins2016-10-152-1/+7
| * | | Auto merge of #5090 - bundler:aa-missing-specs, r=indirectHomu2016-10-154-5/+78
* | | | Auto merge of #5090 - bundler:aa-missing-specs, r=indirectHomu2016-10-154-5/+78
|\ \ \ \
| * | | | [RuboCop] Avoid shadowing outer variableaa-missing-specsSamuel Giddins2016-10-141-3/+3
| * | | | [Index] Allow pre-release versions when the base is pre-releaseSamuel Giddins2016-10-141-1/+2
| * | | | remove extraneous bits, fix gemfilesAndre Arko2016-10-131-6/+1
| * | | | add a failing spec for not-found gemsAndre Arko2016-10-131-0/+71
| * | | | the fake dependency api should return pre gems tooAndre Arko2016-10-121-1/+5
| * | | | include prereleases in the compact indexAndre Arko2016-10-121-2/+4
| | |_|/ | |/| |
* | | | Auto merge of #5053 - hmistry:fix-clean-dry-run, r=segiddinsHomu2016-10-152-2/+32
|\ \ \ \
| * | | | Changed the behavior of 'bundle clean --dry-run' to output the list of gems b...hiren mistry2016-10-042-2/+32
* | | | | Auto merge of #5085 - bundler:aa-merge-1-13-4, r=segiddinsHomu2016-10-148-18/+36
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge tag 'v1.13.4'aa-merge-1-13-4Andre Arko2016-10-138-18/+36
| |\ \ \ \ |/ / / / / | | | _ / | | | /
| * | | initialize ivar correctly /ht @segiddinsv1.13.4Andre Arko2016-10-131-1/+1
| * | | ruby 1.8 can't even give exit statusesAndre Arko2016-10-131-2/+2
| * | | holy crap, what a subtle bugAndre Arko2016-10-133-0/+3