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

Gem does not install even though dependencies are installed #2

Closed
dtom90 opened this issue Jun 3, 2015 · 2 comments
Closed

Gem does not install even though dependencies are installed #2

dtom90 opened this issue Jun 3, 2015 · 2 comments

Comments

@dtom90
Copy link

dtom90 commented Jun 3, 2015

I am attempting to install using gem. I have the necessary dependencies installed:

$ gem list --local

*** LOCAL GEMS ***

bigdecimal (1.2.0)
io-console (0.4.2)
json (1.7.7)
more_math (0.2.1)
psych (2.0.0)
rdoc (4.0.0)
tins (1.5.2)

However, when I try to install the cpu gem, I get the following error:

$ gem install cpu
ERROR:  While executing gem ... (Gem::DependencyError)
    Unable to resolve dependencies: cpu requires tins (~> 0.3)
@flori
Copy link
Owner

flori commented Jun 3, 2015

Actually the dependencies were a 0.3 or higher but lower than 1 tins version. I have released a new version 0.0.5 of cpu that works with the later instead. Can you try it?

@flori flori closed this as completed Jun 3, 2015
@bozduman
Copy link

I cannot see 0.0.5 release on https://rubygems.org/gems/cpu/versions
The latest is 0.0.4

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

3 participants