尝试在 SUSE linux 上使用 Ruby Gems 安装 Dashing 时出错......
sudo gem install -V dashing --source http://rubygems.org
ERROR: While executing gem ... (Gem::UnsatisfiableDependencyError)
Unable to resolve dependency: dashing (= 1.3.1) requires sass (>= 0)
spothi # sudo gem install -V dashing
ERROR: While executing gem ... (Gem::UnsatisfiableDependencyError)
Unable to resolve dependency: dashing (= 1.3.1) requires sass (>= 0)
spothi # sudo gem install dashing
ERROR: While executing gem ... (Gem::UnsatisfiableDependencyError)
Unable to resolve dependency: dashing (= 1.3.1) requires sass (>= 0)
spothi # sudo gem install dashing-1.0.5.gem
ERROR: While executing gem ... (Gem::UnsatisfiableDependencyError)
Unable to resolve dependency: dashing (= 1.0.5) requires sass (>= 0)
请让我知道如何解决,因为我已经尝试将源从 https 更改为 http。