Skip to content

Commit

Permalink
support version > 5.2 and < 6
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Jan 14, 2015
1 parent 73f12fc commit fddb9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.1.0"

depends 'mysql' , "> 5.2.0"
depends 'mysql' , "<6.0.0"

recipe 'mysql-hardening::default', 'installs a hardened mysql server'
recipe 'mysql-hardening::server', 'installs a hardened mysql server'
Expand Down

0 comments on commit fddb9ff

Please sign in to comment.