From 0c93451188cdea16473eaadcca0956a5623634fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 22 Jan 2020 22:01:17 +0100 Subject: [PATCH] fastlane: upgrade fastlane-plugin-diawi to 1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit before we used the same version but from our own fork Signed-off-by: Jakub SokoĊ‚owski --- fastlane/Gemfile.lock | 12 +++--------- fastlane/Pluginfile | 2 +- fastlane/gemset.nix | 10 ++++------ 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/fastlane/Gemfile.lock b/fastlane/Gemfile.lock index 7e5329d716..ab9eff5a37 100644 --- a/fastlane/Gemfile.lock +++ b/fastlane/Gemfile.lock @@ -1,11 +1,3 @@ -GIT - remote: https://github.com/status-im/fastlane-plugin-diawi - revision: 5a4394e311c59672608f0d72530134d08a1b0670 - branch: v1.3.1 - specs: - fastlane-plugin-diawi (1.3.0) - rest-client (>= 2.0.0) - GEM remote: https://rubygems.org/ specs: @@ -73,6 +65,8 @@ GEM xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) fastlane-plugin-clean_testflight_testers (0.3.0) + fastlane-plugin-diawi (1.4.0) + rest-client (>= 2.0.0) gh_inspector (1.1.3) google-api-client (0.36.4) addressable (~> 2.5, >= 2.5.1) @@ -176,7 +170,7 @@ PLATFORMS DEPENDENCIES fastlane (>= 2.131.0) fastlane-plugin-clean_testflight_testers - fastlane-plugin-diawi! + fastlane-plugin-diawi BUNDLED WITH 1.17.3 diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile index 3962db87dc..9bbffe01ea 100644 --- a/fastlane/Pluginfile +++ b/fastlane/Pluginfile @@ -3,4 +3,4 @@ # Ensure this file is checked in to source control! gem 'fastlane-plugin-clean_testflight_testers' -gem 'fastlane-plugin-diawi', git: 'https://github.com/status-im/fastlane-plugin-diawi', branch: 'v1.3.1' +gem 'fastlane-plugin-diawi' diff --git a/fastlane/gemset.nix b/fastlane/gemset.nix index 7f3dafdb15..c87abe8ba5 100644 --- a/fastlane/gemset.nix +++ b/fastlane/gemset.nix @@ -221,13 +221,11 @@ groups = ["default"]; platforms = []; source = { - fetchSubmodules = false; - rev = "5a4394e311c59672608f0d72530134d08a1b0670"; - sha256 = "0ls2wqaigk8dwjs8v4sbxih3r4wbjwyhq2hnlhbyh1kv4q05x9sh"; - type = "git"; - url = "https://github.com/status-im/fastlane-plugin-diawi"; + remotes = ["https://rubygems.org"]; + sha256 = "11ldnpwqzs2acwnb86dnmf7wvs6356bqg0wa3fmfxpm4389iwz6g"; + type = "gem"; }; - version = "1.3.0"; + version = "1.4.0"; }; gh_inspector = { groups = ["default"];