meleyal / backbone-on-rails

A simple gem for using Backbone.js with Rails.
MIT License
810 stars 126 forks source link

update error (Gem::UnsatisfiableDependencyError) #66

Open ekremkaraca opened 9 years ago

ekremkaraca commented 9 years ago

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 commented 9 years ago

Looks like the same issue as #30

ekremkaraca commented 9 years ago

@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 commented 9 years ago

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 commented 9 years ago

Currently no but I'm looking into it

meleyal commented 9 years ago

Seems to be related to this: https://github.com/sstephenson/ruby-eco/issues/1

anthonybrown commented 9 years ago

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