Compass / compass

Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
http://compass-style.org
Other
6.73k stars 1.18k forks source link

Can't find version #2134

Open alanmarchman opened 6 years ago

alanmarchman commented 6 years ago

I get this error after updating my sass gem to 3.5.3:

Could not find 'sass' (< 3.5, >= 3.3.13) - did find: [sass-3.5.3] (Gem::MissingSpecVersionError)

mattolson commented 6 years ago

I am running into this as well. Can we loosen the dependency restriction to < 3.6?

peterdeweese commented 6 years ago

@chriseppstein, I see that you changed the sass dependency restriction to < 3.5 in your commit 7cb58273f96e46e3bf3a1413d555cc105d5f83b6, Allow compass to be used against sass 3.4 alphas.. Any specific reason why? If tests pass with 3.5 and I make a PR, any reason not to switch it?