summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-03-24 04:47:16 +0000
committerThe Bundler Bot <bot@bundler.io>2017-03-24 04:47:16 +0000
commit9b8332025c22e494eb1b2271eb0403e49d490c50 (patch)
tree9db30426a2c60dd3a51b763a5fd29d9571fe1b7a
parent9e52df7958bf72c43770a13868dc8e74aa3628d3 (diff)
parent4f933cdc9106e30a88c5baadef90820922a40588 (diff)
downloadbundler-9b8332025c22e494eb1b2271eb0403e49d490c50.tar.gz
Auto merge of #5531 - colby-swandale:issues-drop-rails23, r=colby-swandale
remove Rails 2.3 from ISSUES.md guide Rails 2.3 has been EOL since 2013 and i have not seen any issue currently in Bundler's open issues or recently closed that is dealing with it. So i propose we remove it as it no longer has any value.
-rw-r--r--doc/contributing/ISSUES.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/contributing/ISSUES.md b/doc/contributing/ISSUES.md
index 23a12330ed..df4fa67e97 100644
--- a/doc/contributing/ISSUES.md
+++ b/doc/contributing/ISSUES.md
@@ -44,12 +44,6 @@ If your version of Bundler does not have the `bundle env` command, then please i
- 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.