From 5078d2b4908bf6632a421a1a167725fdd6ffacb6 Mon Sep 17 00:00:00 2001 From: kshann Date: Tue, 19 Nov 2024 02:27:38 +1100 Subject: [PATCH] Bump ddg-apple-automation version for bugfix (#3565) Task/Issue URL: https://app.asana.com/0/1205419239275955/1208787836109645/f Tech Design URL: CC: @ayoy **Description**: **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 9fedb4a5c8..fcc7a1e39e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/duckduckgo/fastlane-plugin-ddg_apple_automation - revision: 689c9c81d6f7265671cd2d84c196a59222e38582 - tag: 0.11.4 + revision: 507c3a582d8cad3f2343e8bf22507b916e607e77 + tag: 0.11.5 specs: - fastlane-plugin-ddg_apple_automation (0.11.4) + fastlane-plugin-ddg_apple_automation (0.11.5) asana climate_control httpparty diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile index e764925a8b..0b1b3b8c6b 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.4' +gem 'fastlane-plugin-ddg_apple_automation', git: 'https://github.com/duckduckgo/fastlane-plugin-ddg_apple_automation', tag: '0.11.5'