On Mon, Apr 18, 2011 at 3:44 PM, Manuele Dones <manueledo...@gmail.com>wrote:
> Great! I'm updating the gems... So if i've done a project using rails 3.0.6 > and now i'm updating gems to rails 3.0.7, what I've to do inside my project? > Should I change the Gem file inside my project, from rails 3.0.6 to rails > 3.0.7? or run "bundle install" ? or something else? Hi, I would recommend doing the following adding/updating the rails line within Gemfile to look like the following: gem 'rails', '3.0.7' Then run 'bundle' from the command line within the root of your Rails project. Good luck, -Conrad > > Thanks in advance! > > -- > 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. > -- 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.