From f0112a354239d56af86a4c404aeea9b84d513cc8 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Mon, 3 Aug 2015 09:24:50 -0700 Subject: [PATCH] Bump mariadb to 0.3.1 Change-Id: I12bad42799f0dd632d8a8ad344561a8a671f734a --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index afe5652..0c49170 100755 --- a/metadata.rb +++ b/metadata.rb @@ -19,7 +19,7 @@ recipe 'openstack-db', 'Creates necessary tables, users, and grants for OpenStac supports os end -depends 'mariadb', '~> 0.3.0' +depends 'mariadb', '~> 0.3.1' depends 'mysql', '~> 6.0.13' depends 'mysql2_chef_gem', '~> 1.0.1' depends 'postgresql', '~> 3.4.18'