Maurizio De Santis <[email protected]> wrote: > Hello, > > I cannot run unicorn_rails out without using bundle exec . This is the error: > > /home/user/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/runtime.rb:31:in > `block in setup': You have already activated rack 1.3.1, but your > Gemfile requires rack 1.2.3. Consider using bundle exec. > (Gem::LoadError) > > Maybe RVM is involved? Maybe I am involved?
You should use bundle exec if your app is using bundler. Otherwise you can try uninstall the conflicting version of rack from your system/RVM installation, but that defeats the purpose of bundler... > Please add me in the CC replies, I am not subscribed to the newsletter. Thanks for making a note of this :> -- Eric Wong _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
