summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use Gem::Util.inflate instead of Gem.inflateupdate-deprecated-methodsSHIBATA Hiroshi2018-03-016-8/+8
* Auto merge of #6306 - alyssais:gpg_test, r=colby-swandaleThe Bundler Bot2018-02-232-0/+2
|\
| * Don't GPG-sign test setup commitsAlyssa Ross2018-02-232-0/+2
|/
* Auto merge of #6304 - deivid-rodriguez:fix/new_gem_generation_crash, r=colby-...The Bundler Bot2018-02-222-2/+2
|\
| * Fix unparsable ruby generated by `bundle gem`David Rodríguez2018-02-222-2/+2
|/
* Auto merge of #6300 - cpgo:remove-add-timestamp-comment, r=colby-swandaleThe Bundler Bot2018-02-201-3/+0
|\
| * remove timestamp commentCassio Godinho2018-02-191-3/+0
* | Auto merge of #6184 - arbonap:pa-check-in-gemfile-docs, r=indirectThe Bundler Bot2018-02-131-2/+11
|\ \
| * | Tweak language, remove lock info from Gemfile doc.Andre Arko2018-02-122-17/+8
| * | Update docs to reflect revised guidance to check in locks for gemsPatricia Arbona2017-11-222-2/+20
* | | Auto merge of #6283 - bundler:indirect/add-coc-enforcement, r=indirectThe Bundler Bot2018-02-081-23/+117
|\ \ \
| * | | Provide the team-wide email address for contact.indirect/add-coc-enforcementAndre Arko2018-02-081-1/+1
| * | | Replace trailing instances of package.communityAndre Arko2018-02-081-2/+2
| * | | Add enforcement steps and examples to the CoC.Andre Arko2018-01-311-23/+117
* | | | Auto merge of #6288 - bundler:seg-lockfile-missing-platform-specific-specs, r...The Bundler Bot2018-02-035-5/+52
|\ \ \ \
| * | | | [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