package: ruby-compass version: 0.12.3~dfsg-2 severity: important I get the following error when I bundle install --local for diaspora (I'm preparing its package),
Could not find gem 'sass (= 3.2.14) ruby', which is required by gem 'compass-rails (>= 1.0.3) ruby', in any of the sources. compass-0.12.3.gemspec has this line, s.add_runtime_dependency(%q<sass>, ["= 3.2.14"]) but debian already has a newer version of sass in the archive pravi@savannah:~/forge/debian/git/pkg-ruby-extras/diaspora$ gem list sass *** LOCAL GEMS *** sass (3.2.19) sass-rails (3.2.5) 0.12.6 version of compass lists *sass* ~> 3.2.19 <https://rubygems.org/gems/sass>as dependency. Updating ruby-compass to this version will fix this issue. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

