aws / aws/aws-codedeploy-agent
Debian package depends on ruby version < 3.1, even though 3.1 and 3.2 is supported
Open
- Dominant language
- Rust
- Stars
- 337
- Forks
- 195
- Avg merge
- 10h 54m
- Merged PRs (30d)
- 4
Description
Since 1.6.0 ruby 3.1 and 3.2 is supported, but the .deb package depends on an older ruby version being present:
```
Package: codedeploy-agent
Version: 1.6.0-49
Architecture: all
Depends: ruby2.0 | ruby2.1 | ruby2.2 | ruby2.3 | ruby2.4 | ruby2.5 | ruby2.6 | ruby2.7 | ruby3.0
Section: admin
Maintainer: Amazon Web Services
Description: CodeDeploy instance agent is responsible for doing the actual work of deploying software on an EC2 instance.
```
For our deployment scenario it would be great if we could just run with 3.1 or 3.2 installed on the system, not having to install an older version.
Contributor guide
Assessment
This issue has not been assessed yet.