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

Incompatibility with Rails 3.2.9 #14

Open
lucassus opened this issue Nov 13, 2012 · 3 comments
Open

Incompatibility with Rails 3.2.9 #14

lucassus opened this issue Nov 13, 2012 · 3 comments

Comments

@lucassus
Copy link

Bundler could not find compatible versions for gem "sprockets":
  In Gemfile:
    sprockets-commonjs (>= 0) ruby depends on
      sprockets (~> 2.1.2) ruby

    rails (= 3.2.9) ruby depends on
      sprockets (2.2.1)
@piersadrian
Copy link

@lucassus It appears that this gem works fine with Sprockets 2.2.1. I forked this repo and bumped the sprockets dependency version in sprockets-commonjs.gemspec to 2.2.1—everything works great so far, though I haven't thoroughly tested. If I get time in the next week I'll test more and submit a pull request here if it looks solid.

@lucassus
Copy link
Author

cool, thanks man! ;)

@sheerun
Copy link

sheerun commented Dec 31, 2013

I think it can be closed.

Also, you could loosen up dependency:

s.add_runtime_dependency "sprockets", "~>2.9.2"

to

s.add_runtime_dependency "sprockets", "~> 2.9", ">= 2.9.2"

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