Compass error when upgrading to Mavericks

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>'
+4
source share
1 answer

Good, so it seems to end up with a provider. I finally uninstalled it and it seems to fix the problem. This similar question / answer helped.

Unable to install compass via rvm

Hope this helps. I just started gem to remove rubygems-bundler and deleted everything.

+2

All Articles