On Sat, Mar 26, 2011 at 12:16 AM, Gaba Luschi <li...@ruby-forum.com> wrote:

> Hi,
> I cloned a git repo and then loaded up my terminal and typed: rails
> server.  It's worked normally but this time I keep on getting the error:
>
> <-[31mCould not find activesupport-3.0.5 in any of the sources<-[0m
>
> anyone know why this is?
>
> (can't fire up rails console either)

The application is using bundler and requires Rails 3.0.5. Please
install bundler if you do not have it, and run bundle install in the
application root.

-- 
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