THREESCALE-15312 - Bump faraday gem [2.15]#599
Open
akostadinov-bot[bot] wants to merge 2 commits into
Open
Conversation
Update faraday from 1.3.0 to 2.14.1 to pick up improved nested query string handling. Also bumps oauth2 from 1.4.7 to 2.0.18 for compatibility, adds faraday-httpclient adapter gem, and sets auth_scheme: :request_body on the OAuth2 client (required by oauth2 2.x). Assisted-By: claude-opus-4-6 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
In faraday 2.x the httpclient adapter was extracted to a separate gem (faraday-httpclient). It needs to be explicitly required to register the :httpclient symbol with Faraday's adapter registry. Assisted-By: claude-opus-4-6
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
auth_scheme: :request_bodyon OAuth2 client as required by oauth2 2.xBackport of master PR #577 to the 2.15-stable branch.
Test plan