summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix failing exec spec that is blocking 1.16.2colby/fix-exec-specColby Swandale2018-04-141-14/+2
* Auto merge of #6480 - bundler:segiddins/6475-install-path-dot, r=indirectThe Bundler Bot2018-04-082-2/+15
|\
| * [Source::RubyGems] Allow installing when the path is `.`segiddins/6475-install-path-dotSamuel Giddins2018-04-082-2/+15
|/
* Auto merge of #6474 - agrim123:agr-bundle-lock-fix, r=segiddinsThe Bundler Bot2018-04-072-1/+10
|\
| * Fix bundle lock when default gemfile is presentAgrim Mittal2018-04-072-1/+10
* | Auto merge of #6466 - tduffield:bundler-check-length, r=segiddinsThe Bundler Bot2018-04-071-1/+1
|\ \
| * | Bump the bundle_binstub check-length to 300 charactersTom Duffield2018-03-291-1/+1
* | | Auto merge of #6478 - bundler:segiddins/fix-tests-against-rg-master, r=segiddinsThe Bundler Bot2018-04-072-4/+6
|\ \ \ | |_|/ |/| |
| * | Fix specs against RubyGems masterSamuel Giddins2018-04-062-4/+6
|/ /
* | Auto merge of #6467 - bundler:rubymorillo-patch-3, r=colby-swandaleThe Bundler Bot2018-03-311-0/+4
|\ \ | |/ |/|
| * Added spacerubymorillo-patch-3Stephanie Morillo2018-03-301-1/+1
| * Added license infoStephanie Morillo2018-03-301-0/+4
|/
* Auto merge of #6464 - bundler:rubymorillo-patch-3, r=colby-swandaleThe Bundler Bot2018-03-281-5/+9
|\
| * Document the order Bundler loads settingsStephanie Morillo2018-03-281-5/+9
|/
* Auto merge of #6463 - bundler:rubymorillo-patch-2, r=indirectThe Bundler Bot2018-03-271-9/+9
|\
| * Made small copy tweaks, removed redundant phrasingrubymorillo-patch-2Stephanie Morillo2018-03-271-9/+9
|/
* Auto merge of #6305 - wagenet:fix-git-pristine, r=indirectThe Bundler Bot2018-03-273-9/+32
|\
| * Correctly re-install extensions when running `pristine` for a git sourcePeter Wagenet2018-02-223-9/+32
* | Auto merge of #6446 - bundler:segiddins/remove-unused-ivar, r=colby-swandaleThe Bundler Bot2018-03-191-1/+0
|\ \
| * | [SpecGroup] Remove unused ivarsegiddins/remove-unused-ivarSamuel Giddins2018-03-181-1/+0
|/ /
* | Auto merge of #6444 - greysteil:handle-gem-specific-updates-non-local-platfor...The Bundler Bot2018-03-182-2/+43
|\ \
| * | Handle updating a specific gem for a non-local platformGrey Baker2018-03-182-2/+43
|/ /
* | Auto merge of #6310 - utilum:rescue_unspecified_exception, r=segiddinsThe Bundler Bot2018-03-1714-17/+17
|\ \
| * | Rescue StandardError from Etc.nprocessors since it can raise NoMethodError on...Samuel Giddins2018-03-171-1/+1
| * | Fix some rescue calls that do not specifiy error type.utilum2018-03-1714-17/+17
* | | Auto merge of #6346 - nesaulov:explain-spec-files, r=segiddinsThe Bundler Bot2018-03-172-0/+5
|\ \ \
| * | | Change commentsNikita Esaulov2018-03-162-2/+2
| * | | Add a comment about default spec.files setupNikita Esaulov2018-03-161-0/+1
| * | | Fix typoNikita Esaulov2018-03-161-1/+1
| * | | :cop:Nikita Esaulov2018-03-161-2/+1
| * | | Add a message after new gem generation with link to bundler.io guidesNikita Esaulov2018-03-161-0/+4
| * | | Add a comment describing spec.files method in the .gemspec templateNikita Esaulov2018-03-151-0/+1
* | | | Auto merge of #6349 - shime:check-if-stderr-is-closed-before-reporting-errors...The Bundler Bot2018-03-173-4/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | fix to stop writing to stderr if closedHrvoje Šimić2018-03-163-4/+19
| |/ /
* | | Auto merge of #6343 - nesaulov:fix-nil-backtrace, r=colby-swandaleThe Bundler Bot2018-03-162-1/+31
|\ \ \
| * | | Another attemptNikita Esaulov2018-03-151-3/+7
| * | | Another attemptNikita Esaulov2018-03-151-0/+2
| * | | Fix testNikita Esaulov2018-03-151-1/+1
| * | | Update `expected_err` for ruby < 1.9Nikita Esaulov2018-03-151-1/+5
| * | | Fix failure when exception backtrace is nilNikita Esaulov2018-03-152-1/+21
| |/ /
* | | Auto merge of #6336 - bundler:segiddins/updater-use-more-filesystem-access, r...The Bundler Bot2018-03-161-1/+3
|\ \ \
| * | | [CompactIndexClient::Updater] Use filesystem_access when copying filessegiddins/updater-use-more-filesystem-accessSamuel Giddins2018-03-101-1/+3
* | | | Auto merge of #6348 - kunruh9:master, r=hsbtThe Bundler Bot2018-03-161-2/+2
|\ \ \ \
| * | | | Update brew install for groffKyle Unruh2018-03-151-2/+2
|/ / / /
* | | | Auto merge of #6337 - bundler:segiddins/fail-gracefully-when-resetting-to-rev...The Bundler Bot2018-03-152-2/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | [GitProxy] Fail gracefully when resetting to the given revision failssegiddins/fail-gracefully-when-resetting-to-rev-failsSamuel Giddins2018-03-102-2/+31
| |/ /
* | | Auto merge of #6335 - bundler:segiddins/use-rubygems-integration-inflate, r=s...The Bundler Bot2018-03-125-7/+7
|\ \ \ | |/ / |/| |
| * | Use Bundler.rubygems.inflate instead of the Gem::Util method directlysegiddins/use-rubygems-integration-inflateSamuel Giddins2018-03-105-7/+7
|/ /
* | Auto merge of #6333 - hmistry:fix/contrib-link, r=colby-swandaleThe Bundler Bot2018-03-101-1/+1
|\ \
| * | Fix link to contributing dochmistry2018-03-081-1/+1