From 0708f5bbb7f1cafb369ceb70ed714b0515dd8756 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Fri, 30 May 2014 09:37:29 -0600 Subject: [PATCH] bump switchman version Change-Id: I917579dfaf73f869b032aa9a5377129726095931 Reviewed-on: https://gerrit.instructure.com/35653 Reviewed-by: James Williams QA-Review: James Williams Tested-by: Jenkins Product-Review: Cody Cutrer --- Gemfile.d/other_stuff.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.d/other_stuff.rb b/Gemfile.d/other_stuff.rb index a39b6227356..a9a052be660 100644 --- a/Gemfile.d/other_stuff.rb +++ b/Gemfile.d/other_stuff.rb @@ -36,7 +36,7 @@ else gem 'rails-patch-json-encode', '0.0.1' gem 'rack', '1.4.5' gem 'routing_concerns', '0.1.0' - gem 'switchman', '1.2.1' + gem 'switchman', '1.2.2' gem 'folio-pagination', '0.0.7', :require => 'folio/rails' gem 'will_paginate', '3.0.4', :require => false end