diff options
author | Colby Swandale <colby@taplaboratories.com> | 2017-03-24 13:58:37 +1100 |
---|---|---|
committer | Colby Swandale <colby@taplaboratories.com> | 2017-03-24 13:58:37 +1100 |
commit | 4f933cdc9106e30a88c5baadef90820922a40588 (patch) | |
tree | 999117b8a1d5429e799a57123259574867be2cfe /doc/contributing | |
parent | 11ef47ef4e63112aad9b5bae9f8e6963e4987a0f (diff) | |
download | bundler-4f933cdc9106e30a88c5baadef90820922a40588.tar.gz |
fix EOL
Diffstat (limited to 'doc/contributing')
-rw-r--r-- | doc/contributing/ISSUES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing/ISSUES.md b/doc/contributing/ISSUES.md index b3dd064f47..df4fa67e97 100644 --- a/doc/contributing/ISSUES.md +++ b/doc/contributing/ISSUES.md @@ -43,7 +43,7 @@ If your version of Bundler does not have the `bundle env` command, then please i - Whether you are using RVM, and if so what version (run `rvm -v`) - Whether you have the `rubygems-bundler` gem, which can break gem executables (run `gem list rubygems-bundler`) - Whether you have the `open_gem` gem, which can cause rake activation conflicts (run `gem list open_gem`) - + If you have either `rubygems-bundler` or `open_gem` installed, please try removing them and then following the troubleshooting steps above before opening a new ticket. [Create a gist](https://gist.github.com) containing all of that information, then visit the [Bundler issue tracker](https://github.com/bundler/bundler/issues) and [create a ticket](https://github.com/bundler/bundler/issues/new) describing your problem and linking to your gist. |