summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Raise an error when attempting to set an expectation on nilseg-disable-expectations-on-nilSamuel Giddins2018-03-051-0/+4
* 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
| * | | corrected for 80 character width limitsaigo2018-02-221-1/+5
| * | | issue 6140 updated bundle init docusaigo2018-02-211-0/+6
* | | | Auto merge of #6319 - bundler:rubymorillo-patch-2, r=colby-swandaleThe Bundler Bot2018-03-031-1/+2
|\ \ \ \
| * | | | Link out directly to contributor guidelinesStephanie Morillo2018-03-021-1/+2
|/ / / /
* | | | Auto merge of #6313 - bundler:rubymorillo-patch-2, r=colby-swandaleThe Bundler Bot2018-03-021-27/+17
|\ \ \ \
| * | | | Updated a bullet and a sentenceStephanie Morillo2018-03-011-4/+5
| * | | | Update Bundler Contributor Guidelines READMEStephanie Morillo2018-02-281-27/+16
| | |_|/ | |/| |
* | | | Auto merge of #6309 - agrim123:disable_platform_warnings, r=colby-swandaleThe Bundler Bot2018-03-014-1/+23
|\ \ \ \
| * | | | Update documentation for disable_platform_warningsAgrim Mittal2018-03-011-1/+1
| * | | | Fixed test when disable_platform_warnings is trueAgrim Mittal2018-03-011-19/+13
| * | | | Add documentation and tests for disable_platform_warningsAgrim Mittal2018-02-262-11/+38
| * | | | Add config variable and check for platform warningsAgrim Mittal2018-02-262-1/+2
* | | | | Auto merge of #6314 - bundler:update-deprecated-methods, r=hsbtThe Bundler Bot2018-03-016-8/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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
| | |/ / / | |/| | |