From a8075d5c5752113db03aa4d22703ea5ebff52a3c Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 4 Jun 2020 23:06:12 +0200 Subject: [PATCH] Lock fastlane to 2.148.1 due to a regression --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 98a178d6..6243c928 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "fastlane" +gem "fastlane", "= 2.148.1" gem "cocoapods" gem "dotenv" diff --git a/Gemfile.lock b/Gemfile.lock index e1c53e0e..1b72138a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM json (>= 1.5.1) atomos (0.1.3) aws-eventstream (1.1.0) - aws-partitions (1.324.0) + aws-partitions (1.325.0) aws-sdk-core (3.97.1) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -92,7 +92,7 @@ GEM faraday_middleware (1.0.0) faraday (~> 1.0) fastimage (2.1.7) - fastlane (2.149.0) + fastlane (2.148.1) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.3, < 3.0.0) aws-sdk-s3 (~> 1.0) @@ -240,7 +240,7 @@ PLATFORMS DEPENDENCIES cocoapods dotenv - fastlane + fastlane (= 2.148.1) fastlane-plugin-appcenter BUNDLED WITH