We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe98b24 + 93f3982 commit c80eb38Copy full SHA for c80eb38
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
This file is used to list changes made in each version of the runit cookbook.
4
5
+## 5.1.7 (2022-04-25)
6
+
7
+- Make call to shell_out compatible with Ruby 3
8
9
## 5.1.6 (2020-06-30)
10
11
- Add resource_name and allowed_actions to the resource for compatibility with more Chef Infra Client releases- [@tas50](https://github.com/tas50)
metadata.rb
@@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs runit and provides runit_service resource'
-version '5.1.6'
+version '5.1.7'
%w(ubuntu debian centos redhat amazon scientific oracle enterpriseenterprise zlinux).each do |os|
supports os
0 commit comments