diff --git a/Gemfile b/Gemfile index be0402ebf01d..2600ee4a5d39 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' do gem 'cocoapods', '~> 1.8.0' gem 'xcpretty-travis-formatter' gem 'octokit', "~> 4.0" - gem 'fastlane', "2.143.0" + gem 'fastlane', "2.146.0" gem 'dotenv' gem 'rubyzip', "~> 1.3" gem 'commonmarker' diff --git a/Gemfile.lock b/Gemfile.lock index 4dbbc0c452e3..ade651347efb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/wordpress-mobile/release-toolkit - revision: e426345db3afc839ee463ec1ce8432f584880957 - tag: 0.9.2 + revision: 4ae6fbdc229d760e47c4b15faf2eb33f162170b3 + tag: 0.9.3 specs: - fastlane-plugin-wpmreleasetoolkit (0.9.2) + fastlane-plugin-wpmreleasetoolkit (0.9.3) activesupport (~> 4) chroma (= 0.2.0) diffy (~> 3.3) @@ -31,15 +31,21 @@ GEM httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) atomos (0.1.3) - aws-eventstream (1.0.3) - aws-sdk (2.11.463) - aws-sdk-resources (= 2.11.463) - aws-sdk-core (2.11.463) - aws-sigv4 (~> 1.0) + aws-eventstream (1.1.0) + aws-partitions (1.313.0) + aws-sdk-core (3.95.0) + aws-eventstream (~> 1, >= 1.0.2) + aws-partitions (~> 1, >= 1.239.0) + aws-sigv4 (~> 1.1) jmespath (~> 1.0) - aws-sdk-resources (2.11.463) - aws-sdk-core (= 2.11.463) - aws-sigv4 (1.1.1) + aws-sdk-kms (1.31.0) + aws-sdk-core (~> 3, >= 3.71.0) + aws-sigv4 (~> 1.1) + aws-sdk-s3 (1.64.0) + aws-sdk-core (~> 3, >= 3.83.0) + aws-sdk-kms (~> 1) + aws-sigv4 (~> 1.1) + aws-sigv4 (1.1.3) aws-eventstream (~> 1.0, >= 1.0.2) babosa (1.0.3) chroma (0.2.0) @@ -96,7 +102,7 @@ GEM dotenv (2.7.5) emoji_regex (1.0.1) escape (0.0.4) - excon (0.72.0) + excon (0.73.0) faraday (0.17.3) multipart-post (>= 1.2, < 3) faraday-cookie_jar (0.0.6) @@ -105,10 +111,10 @@ GEM faraday_middleware (0.13.1) faraday (>= 0.7.4, < 1.0) fastimage (2.1.7) - fastlane (2.143.0) + fastlane (2.146.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.3, < 3.0.0) - aws-sdk (~> 2.3) + aws-sdk-s3 (~> 1.0) babosa (>= 1.0.2, < 2.0.0) bundler (>= 1.12.0, < 3.0.0) colored @@ -143,9 +149,9 @@ GEM xcodeproj (>= 1.13.0, < 2.0.0) xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) - fastlane-plugin-appcenter (1.7.1) + fastlane-plugin-appcenter (1.8.0) fastlane-plugin-sentry (1.6.0) - fastlane-plugin-test_center (3.10.1) + fastlane-plugin-test_center (3.10.2) colorize json plist @@ -154,7 +160,7 @@ GEM fourflusher (2.3.1) fuzzy_match (2.0.4) gh_inspector (1.1.3) - git (1.6.0) + git (1.7.0) rchardet (~> 1.8) google-api-client (0.36.4) addressable (~> 2.5, >= 2.5.1) @@ -170,20 +176,20 @@ GEM google-cloud-env (1.3.1) faraday (>= 0.17.3, < 2.0) google-cloud-errors (1.0.0) - google-cloud-storage (1.25.1) + google-cloud-storage (1.26.1) addressable (~> 2.5) digest-crc (~> 0.4) google-api-client (~> 0.33) google-cloud-core (~> 1.2) googleauth (~> 0.9) mini_mime (~> 1.0) - googleauth (0.11.0) + googleauth (0.12.0) faraday (>= 0.17.3, < 2.0) jwt (>= 1.4, < 3.0) memoist (~> 0.16) multi_json (~> 1.11) os (>= 0.9, < 2.0) - signet (~> 0.12) + signet (~> 0.14) highline (1.7.10) http-cookie (1.0.3) domain_name (~> 0.5) @@ -214,9 +220,9 @@ GEM octokit (4.14.0) sawyer (~> 0.8.0, >= 0.5.3) oj (3.10.6) - optimist (3.0.0) + optimist (3.0.1) options (2.3.2) - os (1.0.1) + os (1.1.0) parallel (1.19.1) plist (3.5.0) progress_bar (1.3.1) @@ -242,7 +248,7 @@ GEM addressable (>= 2.3.5) faraday (> 0.8, < 2.0) security (0.1.3) - signet (0.13.0) + signet (0.14.0) addressable (~> 2.3) faraday (>= 0.17.3, < 2.0) jwt (>= 1.5, < 3.0) @@ -264,7 +270,7 @@ GEM uber (0.1.0) unf (0.1.4) unf_ext - unf_ext (0.0.7.6) + unf_ext (0.0.7.7) unicode-display_width (1.7.0) word_wrap (1.0.0) xcodeproj (1.14.0) @@ -286,8 +292,8 @@ DEPENDENCIES cocoapods (~> 1.8.0)! commonmarker! dotenv! - fastlane (= 2.143.0)! - fastlane-plugin-appcenter (= 1.7.1) + fastlane (= 2.146.0)! + fastlane-plugin-appcenter (= 1.8.0) fastlane-plugin-sentry fastlane-plugin-test_center fastlane-plugin-wpmreleasetoolkit! diff --git a/Scripts/fastlane/Pluginfile b/Scripts/fastlane/Pluginfile index ec2af469ba06..9b7ef9ad0bef 100644 --- a/Scripts/fastlane/Pluginfile +++ b/Scripts/fastlane/Pluginfile @@ -6,7 +6,7 @@ group :screenshots, optional: true do gem 'rmagick', '~> 3.2.0' end -gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', tag: '0.9.2' +gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', tag: '0.9.3' gem 'fastlane-plugin-sentry' -gem 'fastlane-plugin-appcenter', '1.7.1' +gem 'fastlane-plugin-appcenter', '1.8.0' gem 'fastlane-plugin-test_center'