-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Illformed requirement ["< 2.1, >= 1.8"] #40
Comments
I'm getting the same thing. |
Thank you! Sent from my iPhone On 24 apr 2013, at 20:11, John McCaffrey notifications@github.com wrote:
|
Hi, I'm having the same error. Running gem version ~1.8.0. After upgrading to ~2.0.3 the error went away. |
Note for JRuby 1.7 + RVM users, you have to explicitly request latest-2.0 or it will refuse to install.
|
I'm using rbenv! |
we've been getting this too: http://stackoverflow.com/questions/15006181/zentest-errors-preventing-autotest-from-running/15006306#15006306 |
@tansaku that is not the right fix. Please upgrade rubygems, uninstall zentest and reinstall zentest. |
thanks - that does indeed appear to be a more stable fix :-) |
I'm using rbenv and update rubygems worked for me |
@zenspider I am running RubyGems 1.8.24 for a Ruby 1.8.7 / Rails 2.x rescue project in order to match the version of RubyGems that Heroku supplies. My solution is to lock ZenTest to 4.8.3: gem "ZenTest", "4.8.3" # Malformed gemspec in newer versions |
[git-p4: depot-paths = "//src/ZenTest/dev/": change = 8885]
Would agree with @nathany . It's also possible to edit the spec file with |
This has already been fixed |
that error message indicates that you need to prepend "sudo", i.e. "sudo gem uninstall ZenTest" |
@zzak yeah, this has been fixed... but if I close it, someone opens a new one instead of searching through the tickets. shrug |
I got it fixed. I edited the gems spec file by removing the ">=1.80" and now it works just fine. |
In order to fix this: Update rubygems and reinstall ZenTest gem update --system |
Puh I didn't try it out for a long time and give it a try in the near future. |
Since most people have moved on to newer versions of rubygems this issue seems moot. Closing for now...but I may reopen and just leave it forever if the issue rises again. Update your rubygems, folks! It's good for you! |
I had this issue, too--- the simplest solution is to remove the spaces in the requirements, i.e., from Also, sorry for necroposting. |
Illformed requirement ["< 2.1, >= 1.8"]
Could not find ZenTest-4.9.1 in any of the sources
Just not sure why this happened when I trying to start rails server.
The text was updated successfully, but these errors were encountered: