upgrade aws-sdk gem to 1.52.0

we are seeing errors stream data from aws, when passing a block to read, which
appears tomatches this bug: https://github.com/aws/aws-sdk-ruby/issues/557. at
the time of this commit, it appears that upgrading the gem increases stability,
although it sounds like it is not a total solution yet, especially for ruby 2.

closes CNVS-15441

test plan:
- make sure file uploads to s3 still work

Change-Id: Ib2e84bc4697583337c1ad03da4677913a2a78aad
Reviewed-on: https://gerrit.instructure.com/40937
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
This commit is contained in:
Simon Williams 2014-09-10 22:04:46 -06:00
parent 1196984e82
commit 2fbebd88eb
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ gem 'switchman', '1.2.18'
gem 'folio-pagination', '0.0.7', :require => 'folio/rails'
gem 'will_paginate', '3.0.4', :require => false
gem "aws-sdk", '1.21.0'
gem "aws-sdk", '1.52.0'
gem 'uuidtools', '2.1.4'
gem 'barby', '0.5.0'
gem 'chunky_png', '1.3.0'