bamboo
bamboo copied to clipboard
Unable to satisfy mysql dependency requirements
At https://github.com/afklm/bamboo/blob/master/metadata.rb#L35 mysql version restricted
depends 'mysql', '< 8.0'
But in mysql2_chef_gem (included at https://github.com/afklm/bamboo/blob/master/metadata.rb#L38) mysql version is restricted to
depends 'mysql', '>= 8.2.0'
(see https://github.com/sinfomicien/mysql2_chef_gem/blob/master/metadata.rb#L14)
Resulting error
...\repositories\cookbooks> git clone https://github.com/afklm/bamboo.git
Cloning into 'bamboo'...
remote: Counting objects: 1694, done.
remote: Total 1694 (delta 0), reused 0 (delta 0), pack-reused 1694
Receiving objects: 100% (1694/1694), 1.07 MiB | 0 bytes/s, done.
Resolving deltas: 100% (998/998), done.
Checking connectivity... done.
...\repositories\cookbooks> cd .\bamboo\
...\repositories\cookbooks\bamboo> berks install
Resolving cookbook dependencies...
Fetching 'backup' from https://github.com/damm/backup (at 0.3.0)
Fetching 'bamboo' from source at .
Fetching cookbook index from https://supermarket.chef.io...
Unable to satisfy the following requirements:
- `mysql (< 8.0.0)` required by `bamboo-2.0.8`
- `mysql (>= 8.2.0)` required by `mysql2_chef_gem-2.1.0`
Unable to find a solution for demands: backup (0.3.0), bamboo (2.0.8)