aws / aws-codedeploy-agent

Host Agent for AWS CodeDeploy
https://aws.amazon.com/codedeploy
Apache License 2.0
328 stars 188 forks source link

Ruby3.x #347

Closed alboyadjian closed 1 year ago

alboyadjian commented 1 year ago

Issue #, if available: 301

https://github.com/aws/aws-codedeploy-agent/issues/301

Description of changes:

Ensures that the agent can be installed on systems where the system ruby is 3.0 or 3.1, without needing to install a second 2.x ruby version and symlink it in.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@maths22 I found your fork and included your commits as a starting point. I hope that's OK.

maths22 commented 1 year ago

Yes please feel free to use my commits there. Also might be worth adding ruby 3.2 to the test matrix now that it's out while you are at it.

mwjones-aws commented 1 year ago

Thank you for your interest!

We’ll be shipping a similar change to this with our upcoming 1.5.0 release.

GIthub is a mirror of our internal code repository, so we don’t accept PRs to it directly. Rather we update it ourselves following each release.