Bump fastlane to 2.232 to fix invalid curve name on CI

Works around OpenSSL::PKey::ECError when parsing App Store Connect
API .p8 keys on the updated GitHub-hosted macOS runner image.
This commit is contained in:
Arkadiusz Fal
2026-04-18 18:47:22 +02:00
parent f9ecfcd3dd
commit 0db1c08b98
2 changed files with 58 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
source "https://rubygems.org"
gem 'fastlane'
gem 'fastlane', '~> 2.232'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)