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"];