Skip to content

Commit

Permalink
upgrade rails 3 gem for security fixes
Browse files Browse the repository at this point in the history
Change-Id: I924299bc97d11e8e03623300e4310e156bd96d16
Reviewed-on: https://gerrit.instructure.com/30822
Tested-by: Jenkins <[email protected]>
Reviewed-by: James Williams  <[email protected]>
Reviewed-by: Brian Palmer <[email protected]>
Product-Review: Cody Cutrer <[email protected]>
QA-Review: Cody Cutrer <[email protected]>
  • Loading branch information
ccutrer committed Feb 26, 2014
1 parent bf5e908 commit ba8e133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if CANVAS_RAILS2
gem 'authlogic', '2.1.3'
else
# just to be clear, Canvas is NOT READY to run under Rails 3 in production
gem 'rails', '3.2.15'
gem 'rails', '3.2.17'
gem 'active_model_serializers', '0.9.0pre',
:github => 'rails-api/active_model_serializers', :ref => '99fa399ae6dc071b97b15e1ef2b42f0d23c492ec'
gem 'authlogic', '3.3.0'
Expand Down

0 comments on commit ba8e133

Please sign in to comment.