We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At https://github.com/afklm/bamboo/blob/master/metadata.rb#L35 mysql version restricted depends 'mysql', '< 8.0'
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'
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: