rubygems - ruby sass, unable to resolve dependancies -
i downloaded 2 gem files: sass-3.3.7.gem
& compass-0.12.6.gem
i ran gem install --local sass-3.3.7.gem
installed.
followed same command compass
, got error:
unable resolve dependencies: compass requires sass (~>3.2.19)
i'm installing them pre-downloaded have no connection. knows can solution?
compass 0.12.6 apparently depends on sass ~>3.2.19, means version of sass should bigger 3.2 , smaller 3.3, compass needs sass 3.2.x. have 2 options.
- also download sass 3.2.19, install both versions of sass, use latest 1 , make compass happy.
- just install sass 3.2.19 , use well, works if don't need features introduced in sass 3.3.
Comments
Post a Comment