Skip to content

Update fog-aliyun to v0.4 for Ruby 3 compat

Matthias Käppler requested to merge 372491-upgrade-aliyun-gems into master

What does this MR do and why?

Alternative to !102372 (closed), which is to update the canonical gems for Alibaba Cloud OS integration to pull in Ruby 3 patches.

We had first attempted to vendor a transitive dependency (aliyun-oss-ruby-sdk) that was applying a monkey patch to RestClient since that bears some risk for other functionality using that gem. However, vendoring something with a C extension turned out to be harder than anticipated and it's a large dependency too.

We verified manually that this isn't a problem currently, but documented this behavior in Gemfile.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #372491 (closed)

Edited by Matthias Käppler

Merge request reports