1

This is my problem I update susy version to susy (2.1.2, 2.1.1) sass (3.3.6, 3.3.4) ruby 2.0.0p0.

Then I begin to work with compass watch and in compile send my this error:

WARNING: Something went horribly wrong here. Try adjusting your variables.
     on line 104 of /Library/Ruby/Gems/1.8/gems/susy-1.0.9/sass/susy/_media.scss, in `at-breakpoint'
     from line 83 of /Library/Ruby/Gems/1.8/gems/susy-1.0.9/sass/susy/_grid.scss, in `container'
     from line 36 of /proyectos/ideas about ideas/theme/ideasaboutideas/sass/ideasaboutideas.styles.scss

I dont know why my project try to use the older version and not the newest one. How can I change it?

Lukasz Wiktor
  • 19,644
  • 5
  • 69
  • 82
Koffer
  • 103
  • 2
  • 10

2 Answers2

2

Susy is incompatible with that compass version (see here) so I think compass will only work with the old version.

You could install the current alpha version which should work.

Community
  • 1
  • 1
Mike H-R
  • 7,726
  • 5
  • 43
  • 65
  • I update but still dont work is like if im using a older version and dont use the newer one. – Koffer Apr 30 '14 at 02:26
0

Have you thought of using Bundler to manage dependencies? It's easy to install and works for me.

prasutagus
  • 1,383
  • 10
  • 9
  • First I install bundler in my main ruby so my problem convert in a double problem! right now I install RVM then bundler and I think the problem is solve. – Koffer May 04 '14 at 22:01