Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby 3 Compatibility #158

Merged
merged 3 commits into from
Aug 17, 2022
Merged

Ruby 3 Compatibility #158

merged 3 commits into from
Aug 17, 2022

Conversation

philippthun
Copy link
Contributor

This PR addresses the following issues occurring with Ruby 3.0:

  • undefined method 'encode' for URI:Module => use Addressable::URI.encode_component
  • ArgumentError: tried to create Proc object without a block => use Proc.new {}

Supersedes #157
Fixes #156

@stephanme
Copy link

Our validation on a dev Cloud Foundry landscape and a bigger staging Cloud Foundry landscape succeeded.

@jiangytcn
Copy link

/lgtm

@xiaozhu36 xiaozhu36 merged commit 1847163 into fog:master Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fog-aliyun is not compatible with Ruby 3.X
4 participants