From c840ae8952dbb1dcc3b429e9b28bb0f9ea125102 Mon Sep 17 00:00:00 2001 From: kshann Date: Tue, 19 Nov 2024 00:57:19 +1100 Subject: [PATCH] Bump plugin-ddg_apple_automation (#3564) Task/Issue URL: https://app.asana.com/0/1205419239275955/1208787836109645/f Tech Design URL: CC: @ayoy **Description**: Bump ddg automation to fix asset path **Steps to test this PR**: 1. **Definition of Done**: * [ ] Does this PR satisfy our [Definition of Done](https://app.asana.com/0/1202500774821704/1207634633537039/f)? --- ###### Internal references: [Pull Request Review Checklist](https://app.asana.com/0/1202500774821704/1203764234894239/f) [Software Engineering Expectations](https://app.asana.com/0/59792373528535/199064865822552) [Technical Design Template](https://app.asana.com/0/59792373528535/184709971311943) [Pull Request Documentation](https://app.asana.com/0/1202500774821704/1204012835277482/f) --- Gemfile.lock | 6 +++--- fastlane/Pluginfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2be7cebb8b..9fedb4a5c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/duckduckgo/fastlane-plugin-ddg_apple_automation - revision: c4f9f418adae3f3d3e3162c708b37a2a0ad8d6e4 - tag: 0.11.3 + revision: 689c9c81d6f7265671cd2d84c196a59222e38582 + tag: 0.11.4 specs: - fastlane-plugin-ddg_apple_automation (0.11.3) + fastlane-plugin-ddg_apple_automation (0.11.4) asana climate_control httpparty diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile index 114aac8806..e764925a8b 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', tag: '0.11.3' +gem 'fastlane-plugin-ddg_apple_automation', git: 'https://github.com/duckduckgo/fastlane-plugin-ddg_apple_automation', tag: '0.11.4'