Skip to content

Commit

Permalink
Merge pull request #109 from wolf31o2/feature/unconstrain-mysql
Browse files Browse the repository at this point in the history
Change mysql constraint to work with newer mysql2_chef_gem
  • Loading branch information
legal90 committed May 25, 2016
2 parents 7501e33 + 86262ba commit 90f830a
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 @@ -24,7 +24,7 @@
depends 'ark'
depends 'database'
depends 'java'
depends 'mysql', '~> 6.0'
depends 'mysql', '>= 6.0'
depends 'mysql_connector'
depends 'mysql2_chef_gem'
depends 'postgresql'

0 comments on commit 90f830a

Please sign in to comment.