diff options
author | Andre Arko <andre@arko.net> | 2011-05-27 12:42:39 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2011-05-27 12:42:39 -0700 |
commit | 571e3e9c42cf06af7bd2a8c83a862fb62799f626 (patch) | |
tree | 6f3b2b5b3a9619041dda1fb6a44e830e68f10896 /ISSUES.md | |
parent | 365ce9564d90316134b335c9020e656d4b7e712e (diff) | |
download | bundler-571e3e9c42cf06af7bd2a8c83a862fb62799f626.tar.gz |
Update spork issue fix with versions
Diffstat (limited to 'ISSUES.md')
-rw-r--r-- | ISSUES.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ Ruby Enterprise Edition users may see a `Zlib::GzipFile::Error` while installing ### 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). +Anyone who has installed the Spork gem may see activation errors while running `rake` directly. This is because old versions of Spork would [install the newest rake using a mkmf file](https://github.com/timcharper/spork/issues/119). To resolve the issue, update the Spork version requirement in your Gemfile to at least `"~>0.8.5"` or `"~>0.9.0.rc8"`. ## Troubleshooting |