From 54fd139b2df3e7dec63451f831fa60ee16bea516 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:56:28 +0000 Subject: [PATCH] chore(deps): update dependency fastlane to v2.224.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 19f1c0dd0..f7ac4ee0d 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ source "https://rubygems.org" gem 'cocoapods', '1.15.2' -gem 'fastlane', '2.223.1' +gem 'fastlane', '2.224.0' gem 'fastlane-plugin-changelog', '0.16.0' gem 'fastlane-plugin-mattermost', '1.3.2' gem 'json', '2.7.2' diff --git a/Gemfile.lock b/Gemfile.lock index 01926b47f..d24c90f5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.3.1) - fastlane (2.223.1) + fastlane (2.224.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -314,7 +314,7 @@ PLATFORMS DEPENDENCIES cocoapods (= 1.15.2) - fastlane (= 2.223.1) + fastlane (= 2.224.0) fastlane-plugin-changelog (= 0.16.0) fastlane-plugin-mattermost (= 1.3.2) json (= 2.7.2)