From f309696a7fa6971ed8fa62989f739d4c206e86b1 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Fri, 17 Jan 2020 15:01:09 -0700 Subject: [PATCH] bump switchman for rails 6 deprecation fixes Change-Id: Ia24e551811cdda710a7fc5ac2a29e4bcbe4018ab Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/223732 Tested-by: Service Cloud Jenkins Reviewed-by: Landon Gilbert-Bland QA-Review: Landon Gilbert-Bland Product-Review: Landon Gilbert-Bland --- Gemfile.d/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.d/app.rb b/Gemfile.d/app.rb index ee27b82f7dc..7985643005d 100644 --- a/Gemfile.d/app.rb +++ b/Gemfile.d/app.rb @@ -38,7 +38,7 @@ gem 'active_model_serializers', '0.9.0alpha1', gem 'authlogic', '5.0.4' gem 'scrypt', '3.0.7' gem 'active_model-better_errors', '1.6.7', require: 'active_model/better_errors' -gem 'switchman', '1.14.7' +gem 'switchman', '1.14.9' gem 'open4', '1.3.4', require: false gem 'folio-pagination', '0.0.12', require: 'folio/rails' # for folio, see the folio README