petebrowne / sprockets-sass

Better Sass integration with Sprockets 2.x
MIT License
90 stars 29 forks source link

Conflict with slim (tilt ~> 1.1 vs tilt 2.0.1) #29

Closed pablox-cl closed 10 years ago

pablox-cl commented 10 years ago

I'm using a nanoc application, after adding sprockets-sass and slim:

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

    slim (>= 0) ruby depends on
      tilt (2.0.1)

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

    sprockets (1.0.2)

Any chance to use tilt 2.x instead 1.x?

petebrowne commented 10 years ago

Sorry it took so long to look at this

It looks like Sprockets sets the Tilt dependency to != 1.3.0, ~> 1.1, so changing it on sprockets-sass won't help much. Once Sprockets updates its dependencies, I'll update sprockets-sass

pablox-cl commented 10 years ago

Oh, okay. Thanks!

— Pablo Olmos de Aguilera Corradini

On Sat, Oct 25, 2014 at 5:15 PM, Pete Browne notifications@github.com wrote:

Closed #29.

Reply to this email directly or view it on GitHub: https://github.com/petebrowne/sprockets-sass/issues/29#event-183686200