summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [RuboCop] Regenerate todo fileseg-installation-failure-reasonSamuel Giddins2017-03-111-6/+6
* [SpecSet] Compare dep type directly for old RG compatibilitySamuel Giddins2017-03-111-1/+1
* [ParallelInstaller] Print out why a gem needed to be installed if installatio...Samuel Giddins2017-03-114-2/+61
* Auto merge of #5466 - Shekharrajak:5458_check_git, r=segiddinsThe Bundler Bot2017-03-072-3/+22
|\
| * using FileUtils.rm instead of rmshekharrajak2017-03-071-1/+1
| * test addedshekharrajak2017-02-231-0/+17
| * replace git_author_name, git_username, git_user_email with empty string when ...shekharrajak2017-02-231-3/+5
* | Auto merge of #5499 - zachahn:lint-newgem-templates, r=segiddinsThe Bundler Bot2017-03-0616-56/+56
|\ \
| * | Switch single to double quote in ERB in shebang lineZach Ahn2017-03-052-2/+2
| * | Swap single to double quotes for standalone binstubsZach Ahn2017-03-053-6/+6
| * | Add spaces around ERB tagsZach Ahn2017-03-058-24/+24
| * | Add spaces around operators and between block argumentsZach Ahn2017-03-042-8/+8
| * | Switch single quotes to double quotes in misc *.tt filesZach Ahn2017-03-043-8/+8
| * | Switch newgem template single quotes to double quotesZach Ahn2017-03-046-15/+15
|/ /
* | Merge tag 'v1.14.6'Samuel Giddins2017-03-032-1/+11
|\ \
| * | Version 1.14.6 with changelogv1.14.61-14-stableSamuel Giddins2017-03-032-1/+11
| * | Auto merge of #5495 - bundler:seg-molinillo-0.5.7, r=segiddinsThe Bundler Bot2017-03-034-18/+28
| * | Auto merge of #5481 - bundler:seg-error-template-gemfile, r=indirectThe Bundler Bot2017-03-031-1/+1
| * | Auto merge of #5464 - olleolleolle:patch-3, r=segiddinsThe Bundler Bot2017-03-032-1/+31
| * | Auto merge of #5483 - denniss:5430-fix-bundle-outdated-local, r=segiddinsThe Bundler Bot2017-03-032-2/+16
| * | Auto merge of #5482 - denniss:5369-fix-disable-checksum-validation-setting-na...The Bundler Bot2017-03-032-2/+2
| * | Auto merge of #5461 - bundler:seg-lazy-specification-nil-platform, r=indirectThe Bundler Bot2017-03-031-1/+1
| * | Auto merge of #5459 - bundler:seg-bundler-plugin-source-api-const-undefined, ...The Bundler Bot2017-03-033-1/+31
* | | Auto merge of #5495 - bundler:seg-molinillo-0.5.7, r=segiddinsThe Bundler Bot2017-03-034-18/+28
|\ \ \
| * | | Update vendored Molinillo to 0.5.7seg-molinillo-0.5.7Samuel Giddins2017-03-034-18/+28
|/ / /
* | | Auto merge of #5462 - bundler:seg-rubygems-source-print-fetching, r=indirectThe Bundler Bot2017-03-022-1/+2
|\ \ \
| * | | [Source::RubyGems] Print that we are fetching a gemseg-rubygems-source-print-fetchingSamuel Giddins2017-02-222-1/+2
* | | | Auto merge of #5481 - bundler:seg-error-template-gemfile, r=indirectThe Bundler Bot2017-03-021-1/+1
|\ \ \ \
| * | | | [FriendlyErrors] Include Gemfile in error reportseg-error-template-gemfileSamuel Giddins2017-02-271-1/+1
| | |_|/ | |/| |
* | | | Auto merge of #5464 - olleolleolle:patch-3, r=segiddinsThe Bundler Bot2017-03-012-1/+31
|\ \ \ \
| * | | | Spec: Regression test for https://github.com/bundler/bundler/issues/5463Olle Jonsson2017-02-251-0/+30
| * | | | Updater.rb: Avoid using String method on nilOlle Jonsson2017-02-221-1/+1
| |/ / /
* | | | Auto merge of #5479 - myersjustinc:man-source-refs, r=segiddinsThe Bundler Bot2017-03-011-2/+2
|\ \ \ \
| * | | | Update `Gemfile` docs' link targets for `:source`Justin Myers2017-02-271-2/+2
| |/ / /
* | | | Auto merge of #5483 - denniss:5430-fix-bundle-outdated-local, r=segiddinsThe Bundler Bot2017-02-282-2/+16
|\ \ \ \
| * | | | Fix failing spec. Use double quotesDennis Suratna2017-02-271-1/+1
| * | | | Fix `bundle outdated --local`. It's supposed to use local cache to determine ...Dennis Suratna2017-02-272-2/+16
| |/ / /
* | | | Auto merge of #5482 - denniss:5369-fix-disable-checksum-validation-setting-na...The Bundler Bot2017-02-282-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix disable.checksum_validation to disable_checksum_validationDennis Suratna2017-02-272-2/+2
|/ / /
* | | Auto merge of #5460 - bundler:seg-sigint-debug-backtrace, r=indirectThe Bundler Bot2017-02-222-1/+5
|\ \ \
| * | | Print a backtrace on SIGINT in debug modeseg-sigint-debug-backtraceSamuel Giddins2017-02-222-1/+5
| |/ /
* | | Auto merge of #5461 - bundler:seg-lazy-specification-nil-platform, r=indirectThe Bundler Bot2017-02-221-1/+1
|\ \ \
| * | | [LazySpecification] Handle when platform is nil in __materialize__seg-lazy-specification-nil-platformSamuel Giddins2017-02-221-1/+1
| |/ /
* | | Merge tag 'v1.14.5'Samuel Giddins2017-02-222-1/+16
|\ \ \ | | |/ | |/|
| * | Version 1.14.5 with changelogv1.14.5Samuel Giddins2017-02-222-1/+16
| * | Auto merge of #5436 - okkez:fix-frozen-string-literal-error-with-rubygems-2.6...The Bundler Bot2017-02-222-1/+28
| * | Auto merge of #5450 - bundler:seg-stub-specification-missing-extensions, r=in...The Bundler Bot2017-02-222-0/+35
| * | Auto merge of #5448 - bundler:aa-core-team-alumni, r=indirectThe Bundler Bot2017-02-221-1/+5
| * | Auto merge of #5427 - bundler:seg-api-missing-dependencies, r=indirectThe Bundler Bot2017-02-2211-4/+108
| * | Auto merge of #5443 - bundler:seg-resolver-sorting, r=indirectThe Bundler Bot2017-02-222-9/+13