Skip to content

Commit 6ffc50f

Browse files
chore(deps): Bump fastlane-plugin-sentry to 2.5.0 (#777)
Bumps `fastlane-plugin-sentry` from 2.3.0 to 2.5.0 in the iOS Fastlane configuration. This picks up the latest bug fixes and features in the Sentry Fastlane plugin, which we use for uploading snapshot images to Sentry. Also adds `arm64-darwin-23` platform to the Gemfile.lock from the bundle update. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2fead6f commit 6ffc50f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

ios/Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ GEM
120120
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
121121
fastlane-plugin-emerge (0.10.8)
122122
faraday (~> 1.1)
123-
fastlane-plugin-sentry (2.3.0)
123+
fastlane-plugin-sentry (2.5.0)
124124
os (~> 1.1, >= 1.1.4)
125125
fastlane-sirp (1.0.0)
126126
sysrandom (~> 1.0)
@@ -228,14 +228,15 @@ GEM
228228

229229
PLATFORMS
230230
arm64-darwin-21
231+
arm64-darwin-23
231232
arm64-darwin-24
232233
arm64-darwin-25
233234
x86_64-linux
234235

235236
DEPENDENCIES
236237
fastlane
237238
fastlane-plugin-emerge (= 0.10.8)
238-
fastlane-plugin-sentry (= 2.3.0)
239+
fastlane-plugin-sentry (= 2.5.0)
239240
xcpretty
240241

241242
BUNDLED WITH

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', '2.3.0'
6+
gem 'fastlane-plugin-sentry', '2.5.0'

0 commit comments

Comments
 (0)