Skip to content

Update to Rails 4.2.5.2

Paul Mather requested to merge rails_4.2.5.2 into master

Created by: pmather

Update to Rails 4.2.5.2 to address important security advisories: http://weblog.rubyonrails.org/2016/2/29/Rails-4-2-5-2-4-1-14-2-3-2-22-2- have-been-released/

Note: Doing a "bundle update rails" updated rake to 11.x. This causes the current rake tasks to fail due to the lack of a last_comment method, which is deprecated in rake 10.x and removed in rake 11. As a result, we pin rake to a version below 11 for now until the gems we use are all rake 11.x compatible.

Merge request reports