On Wed, Mar 9, 2011 at 9:02 PM, Anshu Agr <li...@ruby-forum.com> wrote:

> >> You're application is looking for rails 2.3.4 and you have 2.3.10
> loaded.
> > Do you have a rails version specified in your environments.rb file?
> >
> No my enviroment.rb file has 2.3.10.
>
>
I see you've posted this error in other forums as well.

http://stackoverflow.com/questions/5243050/ruby-gem-version-error

I notice that you have the bundler gem loaded. Have you checked your Gemfile
to make sure it is specifing the correct version of Rails? If you have a
Gemfile.lock, I would delete that as it has the locks of all the gem
versions from the last time you booted the application which was before the
upgrade.

B.

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