summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactoring of @lucasmazza fix w/ specs.trychrismo2016-11-155-25/+64
* Fix `outdated` listing regression from cc355865Lucas Mazza2016-11-151-2/+2
* Auto merge of #5170 - amatsuda:mri_24, r=segiddinsHomu2016-11-153-2/+16
|\
| * Support :mri_23 platform and its variationsAkira Matsuda2016-11-153-2/+16
|/
* Auto merge of #5167 - bundler:seg-ruby-2-4-spec-compat, r=segiddinsHomu2016-11-141-2/+5
|\
| * Ensure that the local platforms are set for the specs in Ruby 2.4seg-ruby-2-4-spec-compatSamuel Giddins2016-11-131-2/+5
* | Auto merge of #5165 - bundler:seg-molinillo-0.5.4, r=segiddinsHomu2016-11-142-11/+13
|\ \ | |/ |/|
| * Update vendored Molinillo to 0.5.4seg-molinillo-0.5.4Samuel Giddins2016-11-132-11/+13
|/
* Auto merge of #5164 - bundler:seg-pin-codeclimate-reporter, r=indirectHomu2016-11-141-1/+1
|\
| * [Rakefile] Pin CodeClimate reporter to pre-1.0seg-pin-codeclimate-reporterSamuel Giddins2016-11-131-1/+1
|/
* Auto merge of #5152 - mrb:add_ruby_together_info, r=indirectHomu2016-11-081-0/+5
|\
| * Add Ruby Together CTAmrb2016-11-071-0/+5
* | Auto merge of #5139 - bitboxer:move-man-pages-to-man-folder, r=indirectHomu2016-11-066-39/+32
|\ \
| * | Move man pages to man folderBodo Tasche2016-10-306-39/+32
* | | Auto merge of #5148 - bundler:seg-lockfile-remove-strscan-require, r=indirectHomu2016-11-061-1/+0
|\ \ \ | |_|/ |/| |
| * | [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