diff --git a/Berksfile b/Berksfile index 184d020..1a09bbb 100644 --- a/Berksfile +++ b/Berksfile @@ -3,7 +3,7 @@ source 'https://supermarket.chef.io' metadata -cookbook 'poise', '~> 2.8.1' +cookbook 'poise', '~> 2.8.2' cookbook 'systemd', '~> 3.2.3' group 'test' do diff --git a/metadata.rb b/metadata.rb index db185ca..0bd5d2d 100644 --- a/metadata.rb +++ b/metadata.rb @@ -7,12 +7,12 @@ issues_url 'https://github.com/vinted/chef-proxysql/issues' source_url 'https://github.com/vinted/chef-proxysql' chef_version '>= 12.1' if respond_to?(:chef_version) -version '4.2.0' +version '4.2.1' supports 'redhat' supports 'centos' supports 'ubuntu' supports 'debian' -depends 'poise', '~> 2.8.1' +depends 'poise', '~> 2.8.2' depends 'systemd', '~> 3.2.3'