From 0b26d6d675e94b6233e76d28b9357bcf5015a740 Mon Sep 17 00:00:00 2001 From: Zack Smith Date: Thu, 6 Aug 2015 11:07:08 -0700 Subject: [PATCH] Fix ruby 1.8.7 issues --- templates/webhook.yaml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webhook.yaml.erb b/templates/webhook.yaml.erb index a49fe573..0a4642f2 100755 --- a/templates/webhook.yaml.erb +++ b/templates/webhook.yaml.erb @@ -6,7 +6,7 @@ when TrueClass, FalseClass value when Array - value.sort.to_s + value.sort.inspect.to_s else "\"#{value}\"" end