From 9f4667a0e2b359a3f9f24302a7848cde430e7b8f Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Mon, 16 Nov 2015 23:36:32 +0200 Subject: [PATCH] Fix getting of cocoapod version `pod --version` command, which is used to determine the version of cocoapods, might return some warnings. Here's a sample output: ``` WARNING: CocoaPods requires your terminal to be using UTF-8 encoding. Consider adding the following to ~/.profile: export LANG=en_US.UTF-8 0.39.0 ``` Make sure to get the real version in this output (0.39.0). --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index fbebba6364..f380a5d163 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit fbebba63640f0dd8600d6f599e7f4076bfd27cea +Subproject commit f380a5d163842eb309395797d5c169182388307f