From 7e5f7819d365499042ff84f4cde4f7ab06ce79c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 05:39:08 +0000 Subject: [PATCH 1/2] chore(deps): update dependency fastlane to v2.221.1 --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 98607fb46b..62b49895a9 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ source "https://rubygems.org" gem 'cocoapods', '1.15.2' -gem 'fastlane', '2.219.0' +gem 'fastlane', '2.221.1' gem 'fastlane-plugin-changelog', '0.16.0' gem 'fastlane-plugin-mattermost', '1.3.2' diff --git a/Gemfile.lock b/Gemfile.lock index 0063dc3141..c814e0512d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,7 @@ GEM artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.3.0) - aws-partitions (1.953.0) + aws-partitions (1.954.0) aws-sdk-core (3.201.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) @@ -125,14 +125,14 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) fastimage (2.3.1) - fastlane (2.219.0) + fastlane (2.221.1) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) aws-sdk-s3 (~> 1.0) babosa (>= 1.0.3, < 2.0.0) bundler (>= 1.12.0, < 3.0.0) - colored + colored (~> 1.2) commander (~> 4.6) dotenv (>= 2.1.1, < 3.0.0) emoji_regex (>= 0.1, < 4.0) @@ -153,10 +153,10 @@ GEM mini_magick (>= 4.9.4, < 5.0.0) multipart-post (>= 2.0.0, < 3.0.0) naturally (~> 2.2) - optparse (>= 0.1.1) + optparse (>= 0.1.1, < 1.0.0) plist (>= 3.1.0, < 4.0.0) rubyzip (>= 2.0.0, < 3.0.0) - security (= 0.1.3) + security (= 0.1.5) simctl (~> 1.6.3) terminal-notifier (>= 2.0.0, < 3.0.0) terminal-table (~> 3) @@ -165,7 +165,7 @@ GEM word_wrap (~> 1.0.0) xcodeproj (>= 1.13.0, < 2.0.0) xcpretty (~> 0.3.0) - xcpretty-travis-formatter (>= 0.0.3) + xcpretty-travis-formatter (>= 0.0.3, < 2.0.0) fastlane-plugin-changelog (0.16.0) fastlane-plugin-mattermost (1.3.2) ffi (1.17.0) @@ -256,7 +256,7 @@ GEM ruby-macho (2.5.1) ruby2_keywords (0.0.5) rubyzip (2.3.2) - security (0.1.3) + security (0.1.5) signet (0.19.0) addressable (~> 2.8) faraday (>= 0.17.5, < 3.a) @@ -311,7 +311,7 @@ PLATFORMS DEPENDENCIES cocoapods (= 1.15.2) - fastlane (= 2.219.0) + fastlane (= 2.221.1) fastlane-plugin-changelog (= 0.16.0) fastlane-plugin-mattermost (= 1.3.2) xcode-install (= 2.8.1) From 4e15d50aa3f84dbc2b96ea6e6c5ce68e24bf1822 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lapersonne Date: Wed, 10 Jul 2024 10:24:05 +0200 Subject: [PATCH 2/2] docs: update THIRD_PARTY with version of updated Fastlane Signed-off-by: Pierre-Yves Lapersonne --- THIRD_PARTY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/THIRD_PARTY.md b/THIRD_PARTY.md index d1e2b0fa11..0bc17021ad 100644 --- a/THIRD_PARTY.md +++ b/THIRD_PARTY.md @@ -22,7 +22,7 @@ You may download the source code on the [following website](https://github.com/C ### Fastlane -Version 2.219.0 +Version 2.221.1 Copyright 2015-2022 The Fastlane Authors.