diff options
author | Yehuda Katz <wycats@gmail.com> | 2010-08-02 10:49:44 -0700 |
---|---|---|
committer | Yehuda Katz <wycats@gmail.com> | 2010-08-02 10:49:44 -0700 |
commit | bb9a8b601f3cea59d0c533fb1c2a967adc97d74f (patch) | |
tree | 199f6d9309f7fca1c52720ab07ac2eb887489ddc /README.md | |
parent | 74dadea02e9e7e303a31c4cccf380513e7f9d55e (diff) | |
download | bundler-bb9a8b601f3cea59d0c533fb1c2a967adc97d74f.tar.gz |
Provide additional troubleshooting instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -135,11 +135,13 @@ If you are still having problems, please report bugs to the github issue tracker The best possible scenario is a ticket with a fix for the bug and a test for the fix. If that's not possible, instructions to reproduce the issue are vitally important. If you're not sure exactly how to reproduce the issue that you are seeing, create a gist of the following information and include it in your ticket: - - Whether you have locked or not - What version of bundler you are using - What version of Ruby you are using - Whether you are using RVM, and if so what version - Your Gemfile + - Your Gemfile.lock + - If you are on 0.9, whether you have locked or not + - If you are on 1.0, the result of `bundle config` - The command you ran to generate exception(s) - The exception backtrace(s) |