After upgrading to Mavericks OS compass throws an error whenever I try to create something. It seems that due to some other errors that may be related to the provider, but I tried to uninstall and install different versions - none of this worked for me. Any other ideas?
KBD$ compass create test
/Users/KBD/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler/definition.rb:16:in `build': /Gemfile not found (Bundler::GemfileNotFound)
from /Users/KBD/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler.rb:148:in `definition'
from /Users/KBD/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler.rb:116:in `setup'
from /Users/KBD/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler.rb:132:in `require'
from /Users/KBD/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/bin/compass:26:in `<top (required)>'
from /Users/KBD/.rvm/gems/ruby-2.0.0-p247/bin/compass:23:in `load'
from /Users/KBD/.rvm/gems/ruby-2.0.0-p247/bin/compass:23:in `<main>'
from /Users/KBD/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
from /Users/KBD/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
source
share