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

Dep not found a valid gem in any repository #20

Open
edgarjaviertec opened this issue Aug 31, 2014 · 1 comment
Open

Dep not found a valid gem in any repository #20

edgarjaviertec opened this issue Aug 31, 2014 · 1 comment

Comments

@edgarjaviertec
Copy link

bug_dep

I work with ruby on windows.

@tiagox
Copy link

tiagox commented Sep 7, 2014

I have the exact same problem in Debian Wheezy. The gem command is created with the wrong syntax. dep is running:

gem install gem_name:0.1.2

instead of:

gem install gem_name -v 0.1.2

If I manually run the second command it works as expected.

Update:

In the latest version of rubygems you can indicate the version of the package with the syntax of the first command. I'm currently using rubygems version 1.8.23 and with this version the new syntax isn't supported.

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