dep icon indicating copy to clipboard operation
dep copied to clipboard

Dep not found a valid gem in any repository

Open edgarjaviertec opened this issue 11 years ago • 1 comments

bug_dep

I work with ruby on windows.

edgarjaviertec avatar Aug 31 '14 14:08 edgarjaviertec

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.

tiagox avatar Sep 07 '14 05:09 tiagox