Update Rails 4.1 to 4.2 and OOD
Created by: brianmcmichael
This is actually a very simple process that is performed by Gem updates.
I've compared the diffs of a new rails app generated with Rails 4.2 and 4.0 and there are no changes that affect the app.
The developer will just need to be concerned with any features that were removed from Rails 4.0/4.1, which don't apply to our app.