diff options
author | Andre Arko <andre@arko.net> | 2013-01-20 19:25:49 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2013-01-20 19:25:49 -0800 |
commit | ebd9315339dc6ff0b101c70137f2cd622f880b08 (patch) | |
tree | 2f841fae1f972bb335b5cbffd85c82e774243084 /ISSUES.md | |
parent | 5934c537d4f57561354b7bb271f077dced368992 (diff) | |
download | bundler-ebd9315339dc6ff0b101c70137f2cd622f880b08.tar.gz |
bundle env command (inspired by @Peeja)
closes #2270
Diffstat (limited to 'ISSUES.md')
-rw-r--r-- | ISSUES.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -51,6 +51,10 @@ Hopefully the troubleshooting steps above resolved your problem. If things still - What you expected to happen - What actually happened - The exception backtrace(s), if any + - Everything output by running `bundle env` + +If your version of Bundler does not have the `bundle env` command, then please include: + - Your Gemfile - Your Gemfile.lock - Your Bundler configuration settings (run `bundle config`) @@ -61,14 +65,15 @@ Hopefully the troubleshooting steps above resolved your problem. If things still - 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 troublshooting steps above before opening a new ticket. - 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 troublshooting 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/carlhuda/bundler/issues) and [create a ticket](https://github.com/carlhuda/bundler/issues/new) describing your problem and linking to your gist. Thanks for reporting issues and helping make Bundler better! |