RailsCasts Pro episodes are now free!

Learn more or hide this

Christoph Olszowka's Profile

GitHub User: colszowka

Site: http://ruby-toolbox.com

Comments by Christoph Olszowka

Avatar

You should be careful with that bundle update - if you run it, not only will rails and its dependencies be updated, but also everything else. If you are not careful with the version numbers you specifiy in your Gemfile, you might end up with potentially breaking updates of the gems you're depending upon. I think for updating Rails it's better to first bundle update rails. If everything works, go on and update all your other gems.