Error while trying to Install Dashing using Ruby Gems on SUSE linux....
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)
Please let me know, how to resolve as I already tried changing source from https to http as well.