summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [Definition] Filter out unneeded gem platforms after resolvingsegiddins/6491-extra-gem-platform-in-lockfileSamuel Giddins2018-04-181-0/+143
* Filter git uri credentials in source descriptionsegiddins/6489-filter-git-creds-using-messageSamuel Giddins2018-04-161-0/+28
* Auto merge of #6488 - bundler:colby/fix-exec-spec, r=segiddinsThe Bundler Bot2018-04-161-14/+2
|\
| * fix failing exec spec that is blocking 1.16.2colby/fix-exec-specColby Swandale2018-04-141-14/+2
* | Do not blow up when installing on a readonly filesystem without a home directoryMichael Grosser2018-04-101-0/+8
|/
* [Source::RubyGems] Allow installing when the path is `.`segiddins/6475-install-path-dotSamuel Giddins2018-04-081-1/+11
* Auto merge of #6474 - agrim123:agr-bundle-lock-fix, r=segiddinsThe Bundler Bot2018-04-071-0/+8
|\
| * Fix bundle lock when default gemfile is presentAgrim Mittal2018-04-071-0/+8
* | Fix specs against RubyGems masterSamuel Giddins2018-04-062-4/+6
|/
* Auto merge of #6305 - wagenet:fix-git-pristine, r=indirectThe Bundler Bot2018-03-271-0/+19
|\
| * Correctly re-install extensions when running `pristine` for a git sourcePeter Wagenet2018-02-221-0/+19
* | Handle updating a specific gem for a non-local platformGrey Baker2018-03-181-0/+41
* | Auto merge of #6349 - shime:check-if-stderr-is-closed-before-reporting-errors...The Bundler Bot2018-03-172-4/+17
|\ \
| * | fix to stop writing to stderr if closedHrvoje Šimić2018-03-162-4/+17
* | | Auto merge of #6343 - nesaulov:fix-nil-backtrace, r=colby-swandaleThe Bundler Bot2018-03-161-0/+30
|\ \ \
| * | | 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-151-0/+20
| |/ /
* | | Auto merge of #6337 - bundler:segiddins/fail-gracefully-when-resetting-to-rev...The Bundler Bot2018-03-151-1/+25
|\ \ \ | |/ / |/| |
| * | [GitProxy] Fail gracefully when resetting to the given revision failssegiddins/fail-gracefully-when-resetting-to-rev-failsSamuel Giddins2018-03-101-1/+25
* | | Use Bundler.rubygems.inflate instead of the Gem::Util method directlysegiddins/use-rubygems-integration-inflateSamuel Giddins2018-03-103-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
* | | Add a spec for bundle lock not downloading gemsseg-spec-lock-no-downloadSamuel Giddins2018-03-061-0/+13
|/ /
* | Auto merge of #6309 - agrim123:disable_platform_warnings, r=colby-swandaleThe Bundler Bot2018-03-011-0/+19
|\ \
| * | Fixed test when disable_platform_warnings is trueAgrim Mittal2018-03-011-19/+13
| * | Add documentation and tests for disable_platform_warningsAgrim Mittal2018-02-261-11/+36
| |/
* | Use Gem::Util.inflate instead of Gem.inflateupdate-deprecated-methodsSHIBATA Hiroshi2018-03-013-3/+3
* | Don't GPG-sign test setup commitsAlyssa Ross2018-02-232-0/+2
* | Fix unparsable ruby generated by `bundle gem`David Rodríguez2018-02-221-1/+1
|/
* [Definition] Gracefully handle when the lockfile is missing specs needed to r...Samuel Giddins2018-02-031-0/+32
* Add mingw32 platform_specific gems for the specsSamuel Giddins2018-02-031-0/+8
* Allow simulating particular flavors of windows in the specsSamuel Giddins2018-02-031-2/+2
* Auto merge of #6223 - shayonj:s/hup-fix, r=segiddinsThe Bundler Bot2018-02-031-20/+50
|\
| * Clean up signal handler testSamuel Giddins2018-01-152-45/+45
| * Add spec to make sure unexpected signals are not restored to DEFAULTShayon Mukherjee2018-01-152-0/+30
* | Auto merge of #6279 - deivid-rodriguez:fix/encoding_bug, r=indirectThe Bundler Bot2018-02-011-0/+17
|\ \
| * | Fix hang when gemspec has incompatible encodingDavid Rodríguez2018-01-311-0/+17
* | | Auto merge of #6211 - papanikge:add-source-when-failing, r=segiddinsThe Bundler Bot2018-02-012-4/+37
|\ \ \ | |/ / |/| |
| * | Add explicit source when available in the error msg upon failureGeorge Papanikolaou2018-01-252-4/+37
* | | Auto merge of #6129 - ajwann:check-permissions-in-doctor-command, r=colby-swa...The Bundler Bot2018-01-311-35/+84
|\ \ \
| * | | wrap similar tests in context blocksAdam Wanninger2018-01-251-75/+78
| * | | warn user if a file is not R/W and owned by another userAdam Wanninger2018-01-251-0/+16
| * | | corrected spelling of stil to stillAdam Wanninger2018-01-251-1/+1
| * | | readable/writable is more descriptive than read/writeAdam Wanninger2018-01-251-1/+1
| * | | 'to the current user' should be 'by the current user'Adam Wanninger2018-01-251-1/+1
| * | | [CLI::Doctor] Avoid looping over all files twiceSamuel Giddins2018-01-251-2/+5
| * | | prefix outputted files with a - for readabilityAdam Wanninger2018-01-251-2/+4