| Commit message (Expand) | Author | Age | Files | Lines |
* | [Definition] Filter out unneeded gem platforms after resolvingsegiddins/6491-extra-gem-platform-in-lockfile | Samuel Giddins | 2018-04-18 | 1 | -0/+143 |
* | Filter git uri credentials in source descriptionsegiddins/6489-filter-git-creds-using-message | Samuel Giddins | 2018-04-16 | 1 | -0/+28 |
* | Auto merge of #6488 - bundler:colby/fix-exec-spec, r=segiddins | The Bundler Bot | 2018-04-16 | 1 | -14/+2 |
|\ |
|
| * | fix failing exec spec that is blocking 1.16.2colby/fix-exec-spec | Colby Swandale | 2018-04-14 | 1 | -14/+2 |
* | | Do not blow up when installing on a readonly filesystem without a home directory | Michael Grosser | 2018-04-10 | 1 | -0/+8 |
|/ |
|
* | [Source::RubyGems] Allow installing when the path is `.`segiddins/6475-install-path-dot | Samuel Giddins | 2018-04-08 | 1 | -1/+11 |
* | Auto merge of #6474 - agrim123:agr-bundle-lock-fix, r=segiddins | The Bundler Bot | 2018-04-07 | 1 | -0/+8 |
|\ |
|
| * | Fix bundle lock when default gemfile is present | Agrim Mittal | 2018-04-07 | 1 | -0/+8 |
* | | Fix specs against RubyGems master | Samuel Giddins | 2018-04-06 | 2 | -4/+6 |
|/ |
|
* | Auto merge of #6305 - wagenet:fix-git-pristine, r=indirect | The Bundler Bot | 2018-03-27 | 1 | -0/+19 |
|\ |
|
| * | Correctly re-install extensions when running `pristine` for a git source | Peter Wagenet | 2018-02-22 | 1 | -0/+19 |
* | | Handle updating a specific gem for a non-local platform | Grey Baker | 2018-03-18 | 1 | -0/+41 |
* | | Auto merge of #6349 - shime:check-if-stderr-is-closed-before-reporting-errors... | The Bundler Bot | 2018-03-17 | 2 | -4/+17 |
|\ \ |
|
| * | | fix to stop writing to stderr if closed | Hrvoje Šimić | 2018-03-16 | 2 | -4/+17 |
* | | | Auto merge of #6343 - nesaulov:fix-nil-backtrace, r=colby-swandale | The Bundler Bot | 2018-03-16 | 1 | -0/+30 |
|\ \ \ |
|
| * | | | Another attempt | Nikita Esaulov | 2018-03-15 | 1 | -3/+7 |
| * | | | Another attempt | Nikita Esaulov | 2018-03-15 | 1 | -0/+2 |
| * | | | Fix test | Nikita Esaulov | 2018-03-15 | 1 | -1/+1 |
| * | | | Update `expected_err` for ruby < 1.9 | Nikita Esaulov | 2018-03-15 | 1 | -1/+5 |
| * | | | Fix failure when exception backtrace is nil | Nikita Esaulov | 2018-03-15 | 1 | -0/+20 |
| |/ / |
|
* | | | Auto merge of #6337 - bundler:segiddins/fail-gracefully-when-resetting-to-rev... | The Bundler Bot | 2018-03-15 | 1 | -1/+25 |
|\ \ \
| |/ /
|/| | |
|
| * | | [GitProxy] Fail gracefully when resetting to the given revision failssegiddins/fail-gracefully-when-resetting-to-rev-fails | Samuel Giddins | 2018-03-10 | 1 | -1/+25 |
* | | | Use Bundler.rubygems.inflate instead of the Gem::Util method directlysegiddins/use-rubygems-integration-inflate | Samuel Giddins | 2018-03-10 | 3 | -3/+3 |
|/ / |
|
* | | Auto merge of #6326 - bundler:seg-disable-expectations-on-nil, r=colby-swandale | The Bundler Bot | 2018-03-07 | 1 | -0/+4 |
|\ \ |
|
| * | | Raise an error when attempting to set an expectation on nilseg-disable-expectations-on-nil | Samuel Giddins | 2018-03-05 | 1 | -0/+4 |
* | | | Add a spec for bundle lock not downloading gemsseg-spec-lock-no-download | Samuel Giddins | 2018-03-06 | 1 | -0/+13 |
|/ / |
|
* | | Auto merge of #6309 - agrim123:disable_platform_warnings, r=colby-swandale | The Bundler Bot | 2018-03-01 | 1 | -0/+19 |
|\ \ |
|
| * | | Fixed test when disable_platform_warnings is true | Agrim Mittal | 2018-03-01 | 1 | -19/+13 |
| * | | Add documentation and tests for disable_platform_warnings | Agrim Mittal | 2018-02-26 | 1 | -11/+36 |
| |/ |
|
* | | Use Gem::Util.inflate instead of Gem.inflateupdate-deprecated-methods | SHIBATA Hiroshi | 2018-03-01 | 3 | -3/+3 |
* | | Don't GPG-sign test setup commits | Alyssa Ross | 2018-02-23 | 2 | -0/+2 |
* | | Fix unparsable ruby generated by `bundle gem` | David Rodríguez | 2018-02-22 | 1 | -1/+1 |
|/ |
|
* | [Definition] Gracefully handle when the lockfile is missing specs needed to r... | Samuel Giddins | 2018-02-03 | 1 | -0/+32 |
* | Add mingw32 platform_specific gems for the specs | Samuel Giddins | 2018-02-03 | 1 | -0/+8 |
* | Allow simulating particular flavors of windows in the specs | Samuel Giddins | 2018-02-03 | 1 | -2/+2 |
* | Auto merge of #6223 - shayonj:s/hup-fix, r=segiddins | The Bundler Bot | 2018-02-03 | 1 | -20/+50 |
|\ |
|
| * | Clean up signal handler test | Samuel Giddins | 2018-01-15 | 2 | -45/+45 |
| * | Add spec to make sure unexpected signals are not restored to DEFAULT | Shayon Mukherjee | 2018-01-15 | 2 | -0/+30 |
* | | Auto merge of #6279 - deivid-rodriguez:fix/encoding_bug, r=indirect | The Bundler Bot | 2018-02-01 | 1 | -0/+17 |
|\ \ |
|
| * | | Fix hang when gemspec has incompatible encoding | David Rodríguez | 2018-01-31 | 1 | -0/+17 |
* | | | Auto merge of #6211 - papanikge:add-source-when-failing, r=segiddins | The Bundler Bot | 2018-02-01 | 2 | -4/+37 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add explicit source when available in the error msg upon failure | George Papanikolaou | 2018-01-25 | 2 | -4/+37 |
* | | | Auto merge of #6129 - ajwann:check-permissions-in-doctor-command, r=colby-swa... | The Bundler Bot | 2018-01-31 | 1 | -35/+84 |
|\ \ \ |
|
| * | | | wrap similar tests in context blocks | Adam Wanninger | 2018-01-25 | 1 | -75/+78 |
| * | | | warn user if a file is not R/W and owned by another user | Adam Wanninger | 2018-01-25 | 1 | -0/+16 |
| * | | | corrected spelling of stil to still | Adam Wanninger | 2018-01-25 | 1 | -1/+1 |
| * | | | readable/writable is more descriptive than read/write | Adam Wanninger | 2018-01-25 | 1 | -1/+1 |
| * | | | 'to the current user' should be 'by the current user' | Adam Wanninger | 2018-01-25 | 1 | -1/+1 |
| * | | | [CLI::Doctor] Avoid looping over all files twice | Samuel Giddins | 2018-01-25 | 1 | -2/+5 |
| * | | | prefix outputted files with a - for readability | Adam Wanninger | 2018-01-25 | 1 | -2/+4 |