bump switchman version

refs CNVS-26368

the latest switchman version handles connection
disruptions during the re-caching of the default
shard gracefully

TEST PLAN:
 1) no behavior should change
 2) load up a sharded app
 3) force a db exception just as "establish_connection" is
     being called for database reconnection after a process
     fork
 4) the "Shard.default" method should return the
     previously cached default shard, not the
     DefaultShard.instance

Change-Id: I04c4905a8b2c662473e7e55a38d0b7b2987e343b
Reviewed-on: https://gerrit.instructure.com/70757
Reviewed-by: Cody Cutrer <cody@instructure.com>
Product-Review: Ethan Vizitei <evizitei@instructure.com>
QA-Review: Ethan Vizitei <evizitei@instructure.com>
Tested-by: Ethan Vizitei <evizitei@instructure.com>
This commit is contained in:
Ethan Vizitei 2016-01-21 09:51:07 -07:00 committed by Ethan Vizitei
parent eb7d2a5c5e
commit 94cee9db6a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ gem 'authlogic', '3.4.6'
gem 'active_model-better_errors', '1.6.7', require: 'active_model/better_errors'
gem 'dynamic_form', '1.1.4', require: false
gem 'rails-patch-json-encode', '0.0.1'
gem 'switchman', '1.3.16'
gem 'switchman', '1.3.17'
gem 'folio-pagination', '0.0.11', require: 'folio/rails'
# for folio, see the folio README
gem 'will_paginate', '3.0.7', require: false