From 35916b6970eb6e6216a58fc4a0838d09d817d6e5 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Thu, 17 Sep 2015 17:30:04 +0100 Subject: [PATCH] updating tools --- Podfile.lock | 2 +- fastlane/Fastfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index ee031e2..7ea191f 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -11,4 +11,4 @@ SPEC CHECKSUMS: BuildaUtils: be29c9977230329a330a02c6f97454a7422ae534 XcodeServerSDK: bdf7258e52589b49176fa909e360751f92cc5397 -COCOAPODS: 0.38.2 +COCOAPODS: 0.39.0.beta.3 diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 91e096f..8e7f539 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -1,11 +1,11 @@ # https://github.com/KrauseFx/fastlane/tree/master/docs # If you want to automatically update fastlane if a new version is available: -# update_fastlane +update_fastlane # This is the minimum version number required. # Update this, if you use features of a newer version -fastlane_version "1.25.1" +fastlane_version "1.26.0" before_all do |lane| end