Added fix for dependacy for mysql-chef_gem

Bumped the version to 0.0.4 that has a fix for ubuntu ruby191-dev.
The error this resolves is this:
```ruby
        /usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
        from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from extconf.rb:5:in `<main>'
```

Change-Id: I91f4f554912e4ae291acf1e981c344c3d8ebfe50
This commit is contained in:
JJ Asghar 2014-09-24 11:13:59 -05:00
parent 87887e92d3
commit 181e37df0e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"locked_version": "3.2.0"
},
"mysql-chef_gem": {
"locked_version": "0.0.2"
"locked_version": "0.0.4"
},
"build-essential": {
"locked_version": "1.4.4"