summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [Definition] Gracefully handle when the lockfile is missing specs needed to r...Samuel Giddins2018-02-032-2/+38
| * | | | Add mingw32 platform_specific gems for the specsSamuel Giddins2018-02-031-0/+8
| * | | | [SpecSet] Raise a more detailed error when the lockfile might be corruptedSamuel Giddins2018-02-031-1/+4
| * | | | 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-032-23/+52
|\ \ \ \
| * | | | 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
| * | | | Only trap INT signal and set to DEFAULTShayon Mukherjee2018-01-151-3/+2
* | | | | Auto merge of #6279 - deivid-rodriguez:fix/encoding_bug, r=indirectThe Bundler Bot2018-02-012-1/+18
|\ \ \ \ \
| * | | | | 1.8.7 compatible file readDavid Rodríguez2018-01-311-1/+1
| * | | | | Fix hang when gemspec has incompatible encodingDavid Rodríguez2018-01-312-1/+18
| | |/ / / | |/| | |
* | | | | Auto merge of #6285 - voxik:remove-executable-bit, r=colby-swandaleThe Bundler Bot2018-02-012-0/+4
|\ \ \ \ \
| * | | | | Remove unnecessary executable bit from gem template.Vít Ondruch2018-02-012-0/+4
* | | | | | Auto merge of #6271 - nholden:bundle-doctor-man-page, r=colby-swandaleThe Bundler Bot2018-02-011-0/+33
|\ \ \ \ \ \
| * | | | | | Fix typosNick Holden2018-02-011-2/+2
| * | | | | | Expand on problems checked by bundle-doctorNick Holden2018-01-311-6/+13
| * | | | | | Add info about `--gemfile` option to `bundle doctor` man pageNick Holden2018-01-241-0/+8
| * | | | | | Add man page for `bundle doctor`Nick Holden2018-01-231-0/+18
* | | | | | | Auto merge of #6211 - papanikge:add-source-when-failing, r=segiddinsThe Bundler Bot2018-02-013-5/+43
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add explicit source when available in the error msg upon failureGeorge Papanikolaou2018-01-253-5/+43
* | | | | | | Auto merge of #6284 - bundler:indirect/remove-vestigial-doc, r=olleolleolleThe Bundler Bot2018-02-011-17/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Remove vestigial CONTRIBUTING doc.indirect/remove-vestigial-docAndre Arko2018-01-311-17/+0
|/ / / / / /
* | | | | | Auto merge of #6129 - ajwann:check-permissions-in-doctor-command, r=colby-swa...The Bundler Bot2018-01-312-36/+131
|\ \ \ \ \ \
| * | | | | | 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-252-1/+29
| * | | | | | corrected spelling of stil to stillAdam Wanninger2018-01-252-2/+2
| * | | | | | 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-252-2/+2
| * | | | | | [CLI::Doctor] Avoid looping over all files twiceSamuel Giddins2018-01-252-27/+30
| * | | | | | prefix outputted files with a - for readabilityAdam Wanninger2018-01-252-4/+6
| * | | | | | use Bundler.ui.info instead of exceptionAdam Wanninger2018-01-252-13/+13
| * | | | | | check Bundler.home permissions in doctor commandAdam Wanninger2018-01-252-15/+74
| | |_|_|/ / | |/| | | |
* | | | | | Auto merge of #6273 - joelvh:feature/bundle_update_gemfile_option, r=colby-sw...The Bundler Bot2018-01-314-0/+83
|\ \ \ \ \ \
| * | | | | | fix whitespace to make rubocop happy and add spacing between `it blocksColby Swandale2018-01-271-1/+2
| * | | | | | Added a note about why `BUNDLE_GEMFILE` is specified in these specsJoel Van Horn2018-01-252-0/+4
| * | | | | | Added spacing and `before` in specJoel Van Horn2018-01-251-2/+4
| * | | | | | Added spec from `spec/commands/install_spec.rb`Joel Van Horn2018-01-251-0/+13
| * | | | | | Added `--gemfile` option to `bundle update`Joel Van Horn2018-01-242-0/+63
* | | | | | | Auto merge of #6266 - nilsding:init-check-dir-writable, r=colby-swandaleThe Bundler Bot2018-01-302-0/+23
|\ \ \ \ \ \ \
| * | | | | | | Remove >= 2 tag; manually chmod a-w the dirGeorg Gadinger2018-01-201-2/+4
| * | | | | | | Make writable spec pass on Ruby < 2.4Georg Gadinger2018-01-191-2/+2
| * | | | | | | [Init] Check if the current directory is writableGeorg Gadinger2018-01-192-0/+21
* | | | | | | | Auto merge of #6275 - bundler:colby/fix-exec-failing-test, r=segiddinsThe Bundler Bot2018-01-301-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fix failing spec in the bundle exec system gem speccolby/fix-exec-failing-testColby Swandale2018-01-261-1/+1
|/ / / / / / /
* | | | | | | Auto merge of #6272 - bundler:colby/update-small-bugs-link, r=colby-swandaleThe Bundler Bot2018-01-241-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Update contributing documentation to use new tagscolby/update-small-bugs-linkColby Swandale2018-01-241-1/+1
|/ / / / / /
* | | | | | Auto merge of #6267 - christhekeele:scaffold-error-class, r=colby-swandaleThe Bundler Bot2018-01-232-0/+5
|\ \ \ \ \ \
| * | | | | | Simplify error class stuff.Chris Keele2018-01-194-53/+1
| * | | | | | Add base error class to new gems.Chris Keele2018-01-194-0/+57
* | | | | | | Auto merge of #6262 - bundler:colby/update-bundler-authors, r=colby-swandaleThe Bundler Bot2018-01-221-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |