Skip to content
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

Problems installing hoe #8

Closed
hugobarauna opened this issue Jul 19, 2011 · 1 comment
Closed

Problems installing hoe #8

hugobarauna opened this issue Jul 19, 2011 · 1 comment

Comments

@hugobarauna
Copy link

I'm trying to install the hoe gem using SlimGems, but the follow problem happens:

1.8.7@slimgems-hoe-bug:~$ gem install hoe -v=2.9.0
Fetching: hoe-2.9.0.gem (100%) 
ERROR:  Error installing hoe:
    hoe requires SlimGems version >= 1.4. Try 'gem update --system' to update SlimGems itself.

I'm using RVM with ruby ree-1.8.7-2010.02 and SlimGems version 1.3.9.2.

If you guys need more info about the environment, just ask me.

Tks.

@lsegal
Copy link
Contributor

lsegal commented Jul 19, 2011

Hi. This is not a bug. SlimGems is a fork at RubyGems 1.3.7 (documented in the README and on the site). Hoe 2.9.0 is simply incompatible with RubyGems 1.3.7 and therefore SlimGems. You can use an older version, or submit patches to hoe's maintainers to make it work with earlier versions of RubyGems. AFAIK there shouldn't be any reason for hoe to require a specific version of RG.

@lsegal lsegal closed this as completed Jul 19, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants