Skip to content

Commit

Permalink
Update fastlane plugin to 0.10.0 (#3281)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy authored Sep 16, 2024
1 parent f6c4f36 commit 6cf3a36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/duckduckgo/fastlane-plugin-ddg_apple_automation
revision: 59eb2c97d452fbe6c1cbe8ce983094000c49a51d
tag: 0.9.0
revision: d1066413c1b4c23c0b8075c74e7870009a11bb4b
tag: 0.10.0
specs:
fastlane-plugin-ddg_apple_automation (0.9.0)
fastlane-plugin-ddg_apple_automation (0.10.0)
asana
climate_control
httpparty
Expand All @@ -26,7 +26,7 @@ GEM
oauth2 (>= 1.4, < 3)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.974.0)
aws-partitions (1.975.0)
aws-sdk-core (3.205.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -180,7 +180,7 @@ GEM
httparty (> 0)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.2)
jwt (2.9.0)
base64
mini_magick (4.13.2)
mini_mime (1.1.5)
Expand Down Expand Up @@ -239,7 +239,7 @@ GEM
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
uber (0.1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
version_gem (1.1.4)
word_wrap (1.0.0)
xcodeproj (1.25.0)
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Pluginfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0'
gem 'fastlane-plugin-ddg_apple_automation', git: 'https://github.com/duckduckgo/fastlane-plugin-ddg_apple_automation', tag: '0.10.0'

0 comments on commit 6cf3a36

Please sign in to comment.