I'm trying to install the RubyInline gem, but to no avail. It says that ZenTest needs RubyGems between versions 1.8 and 2.1. I have RubyGems 2.1.7.
Is RubyInline/ZenTest working on making it compatible with the newer versions?
This is a known (and reported issue) that the author has commented on here:
https://github.com/seattlerb/zentest/issues/48
Feel free to 'watch' that thread for a posted release that fixes this.
What version of ZenTest are you running? The current is 4.9.3.
Try running
gem out ZenTest
orgem list ZenTest
to see if yours is out of date.You can update all your stale gems using
gem up
.You can clean out the stale gems after that using
gem clean
.