i am using ruby 2.1 via rbenv to run compass on osx.
in order to create a new compass project as instructed on the website, i executed the following:
bash-3.2$ compass create v2layout -r susy -u susy
then i get this message:
Gem::LoadError on line ["2064"] of /Users/au/.rbenv/versions/2.1.0/lib/ruby/2.1.0/rubygems/specification.rb: Unable to activate susy-2.1.1, because sass-3.2.18 conflicts with sass (~> 3.3.0)
Run with --trace to see the full backtrace
Not sure what is going on here. I would need to have susy package installed since the project's scss is going to need to "@import susy" but susy always installs conflicting sass version.