When I change the Rails gem version from 2.2.2 to 2.3.4 and restart the site, I get: Error message: undefined local variable or method `version_requirements' for #<Rails::GemDependency:0x102b8d988> Exception class: NameError
I did some investigating and realized that on my system I cannot generate a new app in 2.3.4, 2.3.5 or 2.3.8, but I can in 2.2.2, 2.3.11 and of course 3.0.x. From my limited understanding there is a conflict with the version of rubygems for these. I did an experiment and jumped from 2.2.2 to 2.3.11 and this error disappears (to be replaced with a different one). This is why I am trying to see what versions I can skip over. On Mar 25, 7:03 am, Matt Jones <[email protected]> wrote: > On Mar 24, 5:48 pm, "sol.manager" <[email protected]> wrote: > > > We have an app that is at Rails 2.1.0 and our web developer has let us > > know going to 3.0 will cost some money. I have embarked on a personal > > project to see what is involved in getting from 2.1.0 to 3.0. I have > > the app up and running on 2.2.2 (with some fun along the way) and now > > tried to get 2.3.4 and see a gem_dependency conflict type issue. > > You don't need to hit all the intermediate releases, but there are > some bumpy spots in the gem dependency manager in 2.x. What error > message are you getting? > > --Matt Jones -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

