Skip to content

Update gems to use Faraday v1.0.1

Stan Hu requested to merge sh-update-faraday-and-other-gems into master

This commit updates all gems that need Faraday v1.x and updates to Faraday v1.0.1:

faraday v1.0.1:

We don't appear to have any custom Faraday::Adapter or uses of Faraday::Error in our dependencies.

gitlab-fog-azure-rm v0.9.0: This updates to the latest Azure storage libraries so that this gem no longer depends on a preview Gem release dated over 3 years ago:

asana v0.10.2: This removes a few Ruby 2.7 deprecations and updates to Faraday v1.0:

sentry-raven v3.0.4: This fixes a few minor bugs:

danger v8.0.1: This fixes a number of issues (https://github.com/danger/danger/blob/master/CHANGELOG.md), but we aleady use this in a separate image (registry.gitlab.com/gitlab-org/gitlab-build-images:danger). This is only needed for local development.

elasticsearch v6.8.2: https://github.com/elastic/elasticsearch-ruby/compare/v6.8.0..v6.8.2

Closes #224296 (closed)

Edited by Stan Hu

Merge request reports