summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Auto merge of #6282 - bundler:indirect/policies-doc, r=colby-swandaleThe Bundler Bot2018-03-092-1/+78
|\ \ \ | |/ / |/| |
| * | Address additional feedback.indirect/policies-docAndre Arko2018-03-042-10/+16
| * | Fix unclear bits h/t @deivid-rodriguezAndre Arko2018-02-021-3/+3
| * | Add a POLICIES documentAndre Arko2018-01-312-1/+72
* | | Wrote out full Bundler.io URLStephanie Morillo2018-03-081-3/+3
* | | Auto merge of #6326 - bundler:seg-disable-expectations-on-nil, r=colby-swandaleThe Bundler Bot2018-03-071-0/+4
|\ \ \
| * | | Raise an error when attempting to set an expectation on nilseg-disable-expectations-on-nilSamuel Giddins2018-03-051-0/+4
* | | | Auto merge of #6328 - bundler:seg-spec-lock-no-download, r=colby-swandaleThe Bundler Bot2018-03-071-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Add a spec for bundle lock not downloading gemsseg-spec-lock-no-downloadSamuel Giddins2018-03-061-0/+13
|/ / /
* | | Auto merge of #6323 - MSP-Greg:fix_fbb1ff7_pr6237, r=hsbtThe Bundler Bot2018-03-051-1/+1
|\ \ \