ruby sass, unable to resolve dependancies
问题 I downloaded two gem files: Sass-3.3.7.gem & compass-0.12.6.gem I ran gem install --local Sass-3.3.7.gem which it installed. Followed by the same command for compass , but got the error: unable to resolve dependencies: compass requires sass (~>3.2.19) I'm installing them pre-downloaded as I have no connection. Anyone knows what can be the solution? 回答1: Compass 0.12.6 apparently depends on sass ~>3.2.19, which means that the version of sass should be bigger than 3.2 and smaller than 3.3, so