Update to Faraday 2
What does this MR do and why?
This commit updates a number of gems:
-
gitlab-fog-azure-rm: This gem vendored a number of deprecated Microsoft Azure client libraries and was the main blocker to updating to Faraday 2. (gitlab-org/ruby/gems/gitlab-fog-azure-rm!48 (merged))
-
graphlient: Full changelog: https://github.com/ashkan18/graphlient/blob/master/CHANGELOG.md
-
Elasticsearch-related gems: We need to update elasticsearch-ruby to at least 7.16 for Faraday 2 support: https://github.com/elastic/elasticsearch-ruby/pull/808. Upgrading to 8.x should be done later as that is more involved.
Faraday 2 upgrade notes: https://github.com/lostisland/faraday/blob/main/UPGRADING.md
Relates to #408884 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.