summaryrefslogtreecommitdiff
path: root/ISSUES.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-05-26 16:38:39 -0700
committerAndre Arko <andre@arko.net>2011-05-26 16:40:27 -0700
commitfe20ecb8efef5a16bdfc068053dd9b20c059f2ba (patch)
tree7315968e897e2f9599edfffb33724d4e9f528c1b /ISSUES.md
parentec85fd75796b25e6bb07777e7af330c117f9d9ae (diff)
downloadbundler-fe20ecb8efef5a16bdfc068053dd9b20c059f2ba.tar.gz
discuss REE+gzip and spork+rake in ISSUES
Diffstat (limited to 'ISSUES.md')
-rw-r--r--ISSUES.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/ISSUES.md b/ISSUES.md
index 0c14d65714..f04e47dd99 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -1,5 +1,15 @@
# Bundler Issues
+## Frequently encountered issues
+
+### REE and Zlib::GzipFile::Error
+
+Ruby Enterprise Edition users may see a `Zlib::GzipFile::Error` while installing gems. It is due to [a bug in REE](http://code.google.com/p/rubyenterpriseedition/issues/detail?id=45). You may be able to resolve the issue by upgrading REE, or changing to a different interpreter.
+
+### Rake activation error
+
+Anyone who has installed the Spork gem may see activation errors while running `rake` directly. This is because installing Spork would [install the newest rake using a mkmf file](https://github.com/timcharper/spork/issues/119). To resolve the issue, update your Gemfile to include either the newest version of Rake or the newest version of Spork (which no longer installs Rake).
+
## Troubleshooting
Instructions for common Bundler use-cases can be found on the [Bundler documentation site](http://gembundler.com/v1.0/).