summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2010-08-02 10:49:44 -0700
committerYehuda Katz <wycats@gmail.com>2010-08-02 10:49:44 -0700
commitbb9a8b601f3cea59d0c533fb1c2a967adc97d74f (patch)
tree199f6d9309f7fca1c52720ab07ac2eb887489ddc /README.md
parent74dadea02e9e7e303a31c4cccf380513e7f9d55e (diff)
downloadbundler-bb9a8b601f3cea59d0c533fb1c2a967adc97d74f.tar.gz
Provide additional troubleshooting instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8579b357a1..b7c1118735 100644
--- a/README.md
+++ b/README.md
@@ -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)