Skip to content

Bump fastlane to 2.238 — which allows to bump faraday from 1.10.6 to 2.14.3 - #1862

Merged
AliSoftware merged 2 commits into
trunkfrom
dependabot/bundler/faraday-2.14.3
Aug 13, 2026
Merged

Bump fastlane to 2.238 — which allows to bump faraday from 1.10.6 to 2.14.3#1862
AliSoftware merged 2 commits into
trunkfrom
dependabot/bundler/faraday-2.14.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Bumps faraday from 1.10.6 to 2.14.3.

Release notes

Sourced from faraday's releases.

v2.14.3

Security Note

This release contains a security fix, we recommend all users to upgrade as soon as possible. A Security Advisory with more details will be posted shortly.

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.14.2...v2.14.3

v2.14.2

Security Note

This release contains a security fix, we recommend all users to upgrade as soon as possible. A Security Advisory with more details will be posted shortly.

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.14.1...v2.14.2

v2.14.1

Security Note

This release contains a security fix, we recommend all users to upgrade as soon as possible. A Security Advisory with more details will be posted shortly.

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.14.0...v2.14.1

v2.14.0

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [faraday](https://github.com/lostisland/faraday) from 1.10.6 to 2.14.3.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v1.10.6...v2.14.3)

---
updated-dependencies:
- dependency-name: faraday
  dependency-version: 2.14.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 13, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 13, 2026 07:14
@dependabot dependabot Bot added the ruby Pull requests that update ruby code label Aug 13, 2026
@dangermattic

Copy link
Copy Markdown
Collaborator
1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot

wpmobilebot commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

📲 You can test the changes from this Pull Request in Simplenote Android by scanning the QR code below to install the corresponding build.

App NameSimplenote Android
Build TypeDebug
Commitba27490
Direct Downloadsimplenote-android-prototype-build-pr1862-ba27490-019ffae0-dea8-4106-822d-59a5425cacdc.apk

@AliSoftware AliSoftware changed the title Bump faraday from 1.10.6 to 2.14.3 Bump fastlane to 2.238 — which allows to bump faraday from 1.10.6 to 2.14.3 Aug 13, 2026
In version 2.238.0, fastlane has dropped faraday 1.x (as part of dropping support for Ruby versions <3.0), which unlocked finally migrating fastlane to faraday 2.x. See fastlane/fastlane#30089

The constrain on `gem 'faraday' '~> 2.14'` that we had in the `Gemfile` until then was there to address a security vulnerability; but now that fastlane depends on faraday 2.x as a transitive dependency already, we no longer need to keep that explicit constraint in our `Gemfile` anymore to get faraday 2.x security fixes.
@AliSoftware
AliSoftware force-pushed the dependabot/bundler/faraday-2.14.3 branch from 8f572eb to ba27490 Compare August 13, 2026 11:27
@AliSoftware

Copy link
Copy Markdown
Contributor

I've pushed an additional commit ba27490 on top of this dependabot PR to make this PR instead focused on migrating to fastlane 2.238, which has just dropped its dependency on faraday 1.x to now depend on faraday 2.x (see fastlane/fastlane#30089), thus implicitly getting back all the security updates from 2.x we were missing.

@AliSoftware
AliSoftware enabled auto-merge August 13, 2026 11:29
@AliSoftware
AliSoftware merged commit 6dacf0a into trunk Aug 13, 2026
12 of 15 checks passed
@AliSoftware
AliSoftware deleted the dependabot/bundler/faraday-2.14.3 branch August 13, 2026 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants