Skip to content
This repository has been archived by the owner on Jan 6, 2019. It is now read-only.

update error (Gem::UnsatisfiableDependencyError) #66

Open
ekremkaraca opened this issue Sep 26, 2014 · 6 comments
Open

update error (Gem::UnsatisfiableDependencyError) #66

ekremkaraca opened this issue Sep 26, 2014 · 6 comments

Comments

@ekremkaraca
Copy link

Hey guys,

While I was trying to update my gems in local, I got the error below:

❯ gem update --system && gem update
Latest version currently installed. Aborting.
Updating installed gems
Updating backbone-on-rails
ERROR:  While executing gem ... (Gem::UnsatisfiableDependencyError)
    Unable to resolve dependency: 'eco (>= 0)' requires 'eco-source (>= 0)'

Any ideas?

@meleyal
Copy link
Owner

meleyal commented Sep 29, 2014

Looks like the same issue as #30

@ekremkaraca
Copy link
Author

@meleyal I don't think so because:

~: gem install eco-source --pre                   
Successfully installed eco-source-1.1.0.rc.1
1 gem installed

~: gem update backbone-on-rails 
Updating installed gems
Updating backbone-on-rails
ERROR:  While executing gem ... (Gem::UnsatisfiableDependencyError)
    Unable to resolve dependency: 'eco (>= 0)' requires 'eco-source (>= 0)'

On the other hand, I've switched to brand-new 2.1.3, here's another output very interesting:

~: gem install eco-source --pre
Fetching: eco-source-1.1.0.rc.1.gem (100%)
Successfully installed eco-source-1.1.0.rc.1
1 gem installed

~: gem install backbone-on-rails                  
ERROR:  Could not find a valid gem 'eco-source' (>= 0) in any repository
ERROR:  Possible alternatives: to_source, chsource, taosource, epf-source, outsource

@anthonybrown
Copy link

When I do a gem update I'm getting this Error:
Updating backbone-on-rails ERROR: Error installing backbone-on-rails: Unable to resolve dependency: 'eco (>= 0)' requires 'eco-source (>= 0)'
And getting the same errors as @ekremkaraca when I run
gem update backbone-on-rails
Is there a solution to this yet?

@meleyal
Copy link
Owner

meleyal commented Mar 25, 2015

Currently no but I'm looking into it

@meleyal
Copy link
Owner

meleyal commented Mar 25, 2015

Seems to be related to this:
sstephenson/ruby-eco#1

@anthonybrown
Copy link

still unresolved.
I'm working on a rails backbone app that needs this to work

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants