summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
|\ \
| * | Fix error in PR 6237 and commit fbb1ff7MSP-Greg2018-03-041-1/+1
* | | Auto merge of #6320 - koic:deprecate_safe_level_of_erb_new_in_ruby_2_6, r=ind...The Bundler Bot2018-03-051-2/+10
|\ \ \
| * | | Deprecate safe_level of `ERB.new` in Ruby 2.6Koichi ITO2018-03-031-2/+10
* | | | Auto merge of #6307 - alyssais:yanked_message, r=indirectThe Bundler Bot2018-03-051-1/+1
|\ \ \ \
| * | | | Further tweak yanked gem error messageAlyssa Ross2018-03-021-1/+1
| * | | | Improve yanked gem error messageAlyssa Ross2018-02-231-1/+1
* | | | | Auto merge of #6302 - 315tky:master, r=indirectThe Bundler Bot2018-03-041-0/+11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | removed reference to ruby 3saigo2018-03-041-1/+0
| * | | | minor change to literal string related text and moved under FILES sectionsaigo2018-03-041-6/+8