chef / omnibus

Easily create full-stack installers for your project across a variety of platforms.
Apache License 2.0
1.29k stars 296 forks source link

Modify spec file - unpin train-core #1155

Closed poorndm closed 1 month ago

poorndm commented 1 month ago

Description

Briefly describe the new feature or fix here


The latest version of the train-core gem (3.12.6) includes a fix for the issue present in version 3.12.5. We need to revert the changes made to pin the version for Ruby <= 3.1 in the omnibus and omnibus-software repositories. Current Configuration: if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new("3.1.0") s.add_dependency "train-core", "<3.12.5"

train-core version 3.12.6 requires Ruby version >= 2.7. train-core version 3.12.5 required Ruby version >= 3.1. Hence Revert the pinned train-core version changes for Ruby <= 3.1

Maintainers

Please ensure that you check for:

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud