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 versions: rails, haml_coffee_assets and tilt. #118

Closed
ptrhvns opened this issue Dec 2, 2013 · 2 comments
Closed

Incompatible versions: rails, haml_coffee_assets and tilt. #118

ptrhvns opened this issue Dec 2, 2013 · 2 comments

Comments

@ptrhvns
Copy link

ptrhvns commented Dec 2, 2013

I think the gemspec for haml_coffee_assets may have too broad a spec for tilt:

# ...
s.add_runtime_dependency 'tilt', '>= 1.3.3'
# ...

That spec, combined with the fact that the tilt gem just upgraded to 2.0.0 on November 30th, is leading to this problem with Rails:

# ...
Bundler could not find compatible versions for gem "tilt":
  In Gemfile:
    rails (= 3.2.15) ruby depends on
      tilt (!= 1.3.0, ~> 1.1) ruby

    haml_coffee_assets (~> 1.15.1) ruby depends on
      tilt (2.0.0)
# ...

I was able to resolve the issue by putting a tilt spec in my Gemfile:

gem 'tilt', '~> 1.4.1'
@vtabary
Copy link

vtabary commented Dec 3, 2013

+1

And I confirm the workaround by specifying tilt version directly in my Gemfile.

Rails : 3.2.13
Ruby : 2.0.0p353

@netzpirat
Copy link
Collaborator

Thanks for reporting. Version 1.16.0 should fix this issue.

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