summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kitchen-tests/cookbooks/webapp/metadata.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/webapp/metadata.rb b/kitchen-tests/cookbooks/webapp/metadata.rb
index ecfb419953..c26ad23979 100644
--- a/kitchen-tests/cookbooks/webapp/metadata.rb
+++ b/kitchen-tests/cookbooks/webapp/metadata.rb
@@ -7,6 +7,6 @@ long_description 'Installs/Configures webapp'
version '0.1.0'
depends 'apache2'
-depends 'database'
+depends 'database', '~> 2.3.1'
depends 'mysql'
depends 'php'