This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ruby): introduced new
ruby-version
JSON parameter.
This removes a misleading `ruby-ng.ruby_version` paramater in favor of new universal `ruby-version`. The problem was, that the old one was used for both distributions (Ubuntu and Amazon Linux) while in fact, `ruby-ng` was referring to Ubuntu-only cookbook. The new parameter is distro-agnostic and cookbook-agnostic, clearly speaking it's intention. Resolves #156 BREAKING CHANGE: If you were using `ruby-ng.ruby_version` JSON configuration parameter in your stack/layer configuration, please change it to `ruby-version`. Since `ruby-version` is set by default to the freshest version of ruby available, you may end up with unexpected upgrade of ruby on your system.
- Loading branch information
Showing
4 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -193,5 +193,4 @@ suites: | |
webserver: | ||
adapter: 'apache2' | ||
port: 8081 | ||
'ruby-ng': | ||
ruby_version: '2.3' | ||
'ruby-version': '2.3' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters