fastlane: upgrade fastlane-plugin-diawi to 1.4.0
before we used the same version but from our own fork Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
171ca13db2
commit
0c93451188
|
@ -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
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -73,6 +65,8 @@ GEM
|
||||||
xcpretty (~> 0.3.0)
|
xcpretty (~> 0.3.0)
|
||||||
xcpretty-travis-formatter (>= 0.0.3)
|
xcpretty-travis-formatter (>= 0.0.3)
|
||||||
fastlane-plugin-clean_testflight_testers (0.3.0)
|
fastlane-plugin-clean_testflight_testers (0.3.0)
|
||||||
|
fastlane-plugin-diawi (1.4.0)
|
||||||
|
rest-client (>= 2.0.0)
|
||||||
gh_inspector (1.1.3)
|
gh_inspector (1.1.3)
|
||||||
google-api-client (0.36.4)
|
google-api-client (0.36.4)
|
||||||
addressable (~> 2.5, >= 2.5.1)
|
addressable (~> 2.5, >= 2.5.1)
|
||||||
|
@ -176,7 +170,7 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
fastlane (>= 2.131.0)
|
fastlane (>= 2.131.0)
|
||||||
fastlane-plugin-clean_testflight_testers
|
fastlane-plugin-clean_testflight_testers
|
||||||
fastlane-plugin-diawi!
|
fastlane-plugin-diawi
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
1.17.3
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
# Ensure this file is checked in to source control!
|
# Ensure this file is checked in to source control!
|
||||||
|
|
||||||
gem 'fastlane-plugin-clean_testflight_testers'
|
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'
|
||||||
|
|
|
@ -221,13 +221,11 @@
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
fetchSubmodules = false;
|
remotes = ["https://rubygems.org"];
|
||||||
rev = "5a4394e311c59672608f0d72530134d08a1b0670";
|
sha256 = "11ldnpwqzs2acwnb86dnmf7wvs6356bqg0wa3fmfxpm4389iwz6g";
|
||||||
sha256 = "0ls2wqaigk8dwjs8v4sbxih3r4wbjwyhq2hnlhbyh1kv4q05x9sh";
|
type = "gem";
|
||||||
type = "git";
|
|
||||||
url = "https://github.com/status-im/fastlane-plugin-diawi";
|
|
||||||
};
|
};
|
||||||
version = "1.3.0";
|
version = "1.4.0";
|
||||||
};
|
};
|
||||||
gh_inspector = {
|
gh_inspector = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
|
Loading…
Reference in New Issue