Bump release-toolkit to 14.x#806
Open
mokagio wants to merge 1 commit into
Open
Conversation
Carries nokogiri 1.19.3 transitively (`fastlane-plugin-wpmreleasetoolkit` 14.4.1's gemspec floors it at `>= 1.19.3`), closing GHSA-c4rq-3m3g-8wgx without an explicit `gem 'nokogiri'` pin. Lockfile churn beyond the headline bumps: - fastlane 2.225.0 → 2.233.1, picked up because rt 14.0 raised the Fastlane floor from `~> 2.213` to `~> 2.231`. - `activesupport` and friends drop out — rt 14.3.1 removed `activesupport` from runtime deps. - `gettext` family added — used by rt's PO-generation path. - `dotenv` added — rt's new `EnvManager` (14.4.0) wraps it. --- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Ruby tooling dependencies by bumping fastlane-plugin-wpmreleasetoolkit to the 14.x line, which in turn updates the locked Fastlane/toolchain gem set and pulls in a newer nokogiri version to address a security advisory.
Changes:
- Bump
fastlane-plugin-wpmreleasetoolkitdependency from~> 13.0to~> 14.4. - Refresh
Gemfile.lockto reflect the new toolkit version and its transitive dependency updates (includingnokogiri1.19.3 and Fastlane 2.233.1).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Gemfile | Updates the declared fastlane-plugin-wpmreleasetoolkit version constraint to ~> 14.4. |
| Gemfile.lock | Locks the resolved gem set for toolkit 14.4.1, including updated Fastlane and transitive dependencies (e.g., nokogiri 1.19.3). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
| App Name | Gravatar Prototype Build | |
| Build Number | 2477 | |
| Version | PR #806 | |
| Bundle ID | com.automattic.gravatar-sdk-demo-uikit.prototype-build | |
| Commit | 3c0e293 | |
| Installation URL | 0rjutajcnmaqg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Bumps
fastlane-plugin-wpmreleasetoolkitfrom~> 13.0(locked at 13.0.0) to~> 14.4(resolves to 14.4.1).Carries
nokogiri 1.19.3transitively via the toolkit's gemspec floor, closing GHSA-c4rq-3m3g-8wgx without an explicitgem 'nokogiri'pin.Lockfile delta beyond the headline bumps
~> 2.213to~> 2.231. Existinggem 'fastlane', '~> 2.222'satisfies it.activesupport+ transitive deps drop out — rt 14.3.1 removedactivesupportfrom runtime deps.gettextfamily added — used by rt's PO-generation path.dotenvadded — rt's newEnvManager(14.4.0) wraps it.Test plan
mokagio/bump-rt-14.bundle exec fastlane laneslists the same iOS lanes (verified locally).🤖 Generated with Claude Code
Posted by Claude (Opus 4.7) on behalf of @mokagio with approval.