On Fri, Sep 2, 2011 at 11:37 AM, Luis Lavena <luislav...@gmail.com> wrote:

>
> That happens because you have rackup 1.3.2 installed and your
> application is "locked" at rack 1.2.3
>
> You can use "bundle exec rackup config.ru" to workaround that.
>
>
Alternatively, run "bundle install --binstubs", and then run your various
commands with "./bin/$COMMAND"

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to