From c3f92f4a590dcd38884deb85e30e39bd4d964f8f Mon Sep 17 00:00:00 2001 From: Oliver Wiese <oliver.wiese@fu-berlin.de> Date: Sun, 24 Feb 2019 22:42:36 +0100 Subject: [PATCH] onboard version static --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index b0f151f..9e627ef 100644 --- a/Podfile +++ b/Podfile @@ -13,7 +13,7 @@ def pods pod 'OpenSSL-Universal' pod 'BZipCompression' pod 'KeychainAccess' - pod 'Onboard' + pod 'Onboard', '~> 2.3.1' pod 'QAKit' pod 'GTMAppAuth' end -- GitLab