bump rails 4.2 to latest security update

Change-Id: I1c95b1ee5f5835eecda45cd5df7784c04b8d316c
Reviewed-on: https://gerrit.instructure.com/71150
Tested-by: Jenkins
Reviewed-by: James Williams  <jamesw@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2016-01-29 10:31:42 -07:00
parent 29c610f437
commit c31d13fead
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if CANVAS_RAILS4_0
gem 'tzinfo', '0.3.43' gem 'tzinfo', '0.3.43'
gem 'foreigner', '0.9.2' gem 'foreigner', '0.9.2'
else else
gem 'rails', '4.2.5' gem 'rails', '4.2.5.1'
gem 'rack', '1.6.4' gem 'rack', '1.6.4'
gem 'builder', '3.1.4' gem 'builder', '3.1.4'
gem 'protected_attributes', '1.1.3' gem 'protected_attributes', '1.1.3'