Skip to content

Commit 8d2f104

Browse files
authored
Update fastlane to 2.238.0 (#1567)
* Update fastlane to 2.238.0 Which now allows us to remove the explicit declaration of the faraday 2.x dependency in our Gemfile as faraday 2.x is now a transitive dependency of fastlane since fastlane/fastlane#30089 landed * Update CHANGELOG.md
1 parent 3df0ded commit 8d2f104

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141
- **Internal:** Documented how to pick an xcframework build for local work, and added `make help` descriptions for the `xcframework-only-*` targets. Verifying a UniFFI change needs only `make xcframework-only-macos`, not the full 11-target `make xcframework`.
4242
- **Internal:** Update translations.
4343
- **Internal:** Fixed `make xcframework-only-<platform>` building the per-target libraries but never assembling them into the xcframework. The `@# Help:` comments added for those `make help` descriptions became each rule's recipe and silently shadowed the shared `xcframework-only-%` pattern rule that ran the assemble step; each rule now runs the assemble step directly.
44+
- **Internal:** Use fastlane 2.238.0 for automation tooling.
4445

4546
### Fixed
4647

Gemfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
source 'https://rubygems.org'
44

55
gem 'buildkit', '~> 1.6'
6-
gem 'fastlane', '~> 2.237'
6+
gem 'fastlane', '~> 2.238'
77
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 14.11'
88
gem 'fluent-tools', '~> 0.3'
99
gem "openssl", "~> 4.0.2"
10-
11-
# Security: https://github.com/lostisland/faraday/pull/1665
12-
# Faraday 2.0 is not compatible with Fastlane
13-
gem 'faraday', '~> 2.14'

Gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,7 @@ PLATFORMS
343343

344344
DEPENDENCIES
345345
buildkit (~> 1.6)
346-
faraday (~> 2.14)
347-
fastlane (~> 2.237)
346+
fastlane (~> 2.238)
348347
fastlane-plugin-wpmreleasetoolkit (~> 14.11)
349348
fluent-tools (~> 0.3)
350349
openssl (~> 4.0.2)

0 commit comments

Comments
 (0)