summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby-swandale@users.noreply.github.com>2017-03-23 21:45:16 +1100
committerGitHub <noreply@github.com>2017-03-23 21:45:16 +1100
commit11ef47ef4e63112aad9b5bae9f8e6963e4987a0f (patch)
tree2ee329ace12c7ce3bcf08f765988e77126cc1aab
parent81d53b52444572cf1454da4c741242e2dd47de5c (diff)
downloadbundler-11ef47ef4e63112aad9b5bae9f8e6963e4987a0f.tar.gz
remove rails 2.3 from ISSUES guide
-rw-r--r--doc/contributing/ISSUES.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/contributing/ISSUES.md b/doc/contributing/ISSUES.md
index 23a12330ed..b3dd064f47 100644
--- a/doc/contributing/ISSUES.md
+++ b/doc/contributing/ISSUES.md
@@ -43,13 +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 are using Rails 2.3, please also include:
-
- - Your `boot.rb` file
- - Your `preinitializer.rb` file
- - Your `environment.rb` file
-
+
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.