Created
July 24, 2014 00:46
-
-
Save kyleterry/97c715fb7b0e51ba3809 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 594 ERR 128 kyle@nebula:~/src/copious/Zumiez.com ] | |
[ git:feature/php-5.5-upgrade ] | |
$ berks update mysql | |
Berkshelf could not find compatible versions for cookbook 'database': | |
In Berksfile: | |
database (= 1.3.12) | |
In Berksfile.lock: | |
database (2.2.0) | |
Try running `berks update database`, which will try to find 'database' matching '= 1.3.12'. | |
[ 595 ERR 128 kyle@nebula:~/src/copious/Zumiez.com ] | |
[ git:feature/php-5.5-upgrade ] | |
$ berks update database | |
Berkshelf could not find compatible versions for cookbook 'mysql': | |
In Berksfile: | |
mysql (= 2.1.2) | |
In Berksfile.lock: | |
mysql (5.3.6) | |
Try running `berks update mysql`, which will try to find 'mysql' matching '= 2.1.2'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment