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

Incompatible with jquery-rails 2.0.2 #331

Closed
inferiorhumanorgans opened this issue Jun 20, 2012 · 5 comments
Closed

Incompatible with jquery-rails 2.0.2 #331

inferiorhumanorgans opened this issue Jun 20, 2012 · 5 comments

Comments

@inferiorhumanorgans
Copy link

$ bundle
Fetching gem metadata from http://rubygems.org/.......
Fetching gem metadata from http://rubygems.org/..
Bundler could not find compatible versions for gem "thor":
  In Gemfile:
    backup (~> 3.0) ruby depends on
      thor (~> 0.14.6) ruby

    jquery-rails (>= 0) ruby depends on
      thor (0.15.2)

Upgrading this app to rails 3.2 (and thus jquery-rails 2.0.2) meant that bundler automatically fell back on backup 2.4.0. Oops.

@garrensmith
Copy link

I'm having this same issue. Any chance we can bump the version of thor?

@inferiorhumanorgans
Copy link
Author

This is a pretty easy one line fix, it would definitely be nice to see this changed. I'm using '> 0.15.2', but '> 0.14' would probably work as well.

@opsidao
Copy link

opsidao commented Jul 25, 2012

Any news on this?

@shingara
Copy link

👍 to this upgrade.

@smith
Copy link

smith commented Oct 27, 2012

Thor was updated in e7b633f. Can this be re-tested and closed?

@ghost ghost closed this as completed Jun 9, 2013
This issue was closed.
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

5 participants