Update gems for Faraday 2 compatibility
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. (https://gitlab.com/gitlab-org/ruby/gems/gitlab-fog-azure-rm/-/merge_requests/48) - graphlient: Full changelog: https://github.com/ashkan18/graphlient/blob/master/CHANGELOG.md - Elasticsearch-related gems: These were pinned to 7.x presumably since they still had Faraday 1 support, but we need to update to 8.x for Faraday 2 support. As mentoined in https://github.com/lostisland/faraday_middleware, faraday_middleware is no longer needed supported for Faraday 2. The JSON middleware is already bundled with Faraday 2. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/408884 Changelog: changed
显示
- Gemfile 13 个添加, 8 个删除Gemfile
- Gemfile.checksum 14 个添加, 21 个删除Gemfile.checksum
- Gemfile.lock 43 个添加, 53 个删除Gemfile.lock
- lib/container_registry/base_client.rb 3 个添加, 2 个删除lib/container_registry/base_client.rb
- lib/container_registry/client.rb 2 个添加, 2 个删除lib/container_registry/client.rb
- spec/lib/container_registry/client_spec.rb 1 个添加, 1 个删除spec/lib/container_registry/client_spec.rb
- tooling/merge_request.rb 0 个添加, 1 个删除tooling/merge_request.rb
加载中
想要评论请 注册 或 登录