diff options
author | Andre Arko <andre@arko.net> | 2011-05-26 16:38:39 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2011-05-26 16:40:27 -0700 |
commit | fe20ecb8efef5a16bdfc068053dd9b20c059f2ba (patch) | |
tree | 7315968e897e2f9599edfffb33724d4e9f528c1b /ISSUES.md | |
parent | ec85fd75796b25e6bb07777e7af330c117f9d9ae (diff) | |
download | bundler-fe20ecb8efef5a16bdfc068053dd9b20c059f2ba.tar.gz |
discuss REE+gzip and spork+rake in ISSUES
Diffstat (limited to 'ISSUES.md')
-rw-r--r-- | ISSUES.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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/). |