From aa327bcda7565256fb34812b842e8b2658c446a2 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 21 Nov 2024 11:35:36 +1100 Subject: [PATCH] bump automation plugin --- Gemfile.lock | 6 +++--- fastlane/Pluginfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 36053b1903..9f5bdf0655 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT remote: https://github.com/duckduckgo/fastlane-plugin-ddg_apple_automation - revision: cc273c649986d53e4adb02dbd4a1ae8dbf32e970 - branch: kieran/-mm-handle-empty-asana-url + revision: 270faa339014ab338daf9bc967c022da73f221ea + tag: 0.11.7 specs: fastlane-plugin-ddg_apple_automation (0.11.7) asana @@ -27,7 +27,7 @@ GEM oauth2 (>= 1.4, < 3) atomos (0.1.3) aws-eventstream (1.3.0) - aws-partitions (1.1009.0) + aws-partitions (1.1011.0) aws-sdk-core (3.213.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile index 59e384e019..cddc1e9984 100644 --- a/fastlane/Pluginfile +++ b/fastlane/Pluginfile @@ -2,4 +2,4 @@ # # Ensure this file is checked in to source control! -gem 'fastlane-plugin-ddg_apple_automation', git: 'https://github.com/duckduckgo/fastlane-plugin-ddg_apple_automation', branch:'kieran/-mm-handle-empty-asana-url' +gem 'fastlane-plugin-ddg_apple_automation', git: 'https://github.com/duckduckgo/fastlane-plugin-ddg_apple_automation', tag: '0.11.7'