Skip to content

Commit ec8b167

Browse files
runningcodeclaude
andauthored
chore(ios): Update fastlane dependencies (#692)
## Summary - Updates fastlane-plugin-sentry from 1.35.0 to 1.36.0 - Updates various gem dependencies (addressable, aws-sdk-*, json, multi_json, optparse, public_suffix) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Sonnet 4.5 <[email protected]>
1 parent 00a4e59 commit ec8b167

File tree

3 files changed

+12
-19
lines changed

3 files changed

+12
-19
lines changed

ios/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ GEM
33
specs:
44
CFPropertyList (3.0.8)
55
abbrev (0.1.2)
6-
addressable (2.8.7)
7-
public_suffix (>= 2.0.2, < 7.0)
6+
addressable (2.8.8)
7+
public_suffix (>= 2.0.2, < 8.0)
88
artifactory (3.0.17)
99
atomos (0.1.3)
1010
aws-eventstream (1.4.0)
11-
aws-partitions (1.1187.0)
12-
aws-sdk-core (3.239.1)
11+
aws-partitions (1.1194.0)
12+
aws-sdk-core (3.239.2)
1313
aws-eventstream (~> 1, >= 1.3.0)
1414
aws-partitions (~> 1, >= 1.992.0)
1515
aws-sigv4 (~> 1.9)
@@ -20,7 +20,7 @@ GEM
2020
aws-sdk-kms (1.118.0)
2121
aws-sdk-core (~> 3, >= 3.239.1)
2222
aws-sigv4 (~> 1.5)
23-
aws-sdk-s3 (1.205.0)
23+
aws-sdk-s3 (1.206.0)
2424
aws-sdk-core (~> 3, >= 3.234.0)
2525
aws-sdk-kms (~> 1)
2626
aws-sigv4 (~> 1.5)
@@ -167,22 +167,22 @@ GEM
167167
httpclient (2.9.0)
168168
mutex_m
169169
jmespath (1.6.2)
170-
json (2.16.0)
170+
json (2.18.0)
171171
jwt (2.10.2)
172172
base64
173173
logger (1.7.0)
174174
mini_magick (4.13.2)
175175
mini_mime (1.1.5)
176-
multi_json (1.17.0)
176+
multi_json (1.18.0)
177177
multipart-post (2.4.1)
178178
mutex_m (0.3.0)
179179
nanaimo (0.4.0)
180180
naturally (2.3.0)
181181
nkf (0.2.0)
182-
optparse (0.8.0)
182+
optparse (0.8.1)
183183
os (1.1.4)
184184
plist (3.7.2)
185-
public_suffix (6.0.2)
185+
public_suffix (7.0.0)
186186
rake (13.3.1)
187187
representable (3.2.0)
188188
declarative (< 0.1.0)

ios/fastlane/Fastfile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ default_platform(:ios)
2020
require 'plist'
2121

2222
platform :ios do
23-
def sentry_upload_build_filtered(**params)
24-
filtered_params = params.select { |key, value|
25-
value && !value.to_s.strip.empty?
26-
}
27-
sentry_upload_build(**filtered_params)
28-
end
29-
3023
desc 'Load ASC API Key information to use in subsequent lanes'
3124
lane :load_asc_api_key do
3225
app_store_connect_api_key(
@@ -179,7 +172,7 @@ platform :ios do
179172
project_slug: 'hackernews-ios',
180173
include_sources: true
181174
)
182-
sentry_upload_build_filtered(
175+
sentry_upload_build(
183176
auth_token: ENV['SENTRY_SENTRY_AUTH_TOKEN'],
184177
org_slug: 'sentry',
185178
project_slug: 'launchpad-test-ios',
@@ -198,7 +191,7 @@ platform :ios do
198191
app_id_suffix: ENV['APP_ID_SUFFIX']
199192
)
200193
export_thinned_build
201-
sentry_upload_build_filtered(
194+
sentry_upload_build(
202195
auth_token: ENV['SENTRY_SENTRY_AUTH_TOKEN'],
203196
org_slug: 'sentry',
204197
project_slug: 'launchpad-test-ios',

ios/fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Ensure this file is checked in to source control!
44

55
gem 'fastlane-plugin-emerge', '0.10.8'
6-
gem 'fastlane-plugin-sentry', '1.35.0'
6+
gem 'fastlane-plugin-sentry', '1.36.0'

0 commit comments

Comments
 (0)