-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
errors installing rvm_passenger v0.8.2 ... however v0.8.0 works fine ??? #133
Comments
The second error is different from the first error because |
I get the same error if I remove --verbose
|
The line you gave above - is that the full |
Here's the full Cheffile: https://github.com/concord-consortium/littlechef-servers/blob/ruby-lab-server-update/Cheffile |
Thanks! |
Gisted for future reference. The For now, you can force the upgrade by
|
FWIW I ran into a similar issue, which was due to the old cookbook I was using not having a |
This error is still there, there's nothing about the particular cookbook, just tried librarian update postgresql and got the same error. Was able to fix by replacing this line https://github.com/applicationsonline/librarian/blob/master/lib/librarian/manifest_set.rb#L140 with the following: names.concat index[name] ? index[name].dependencies.map(&:name) : [] |
Am using librarian 0.0.26.
This Chefile spec for rvm_passenger works fine:
However trying to update to v0.8.2 causes the undefined method `correct?' error:
I tried to simplify the problem and got a different error.
I deleted librarian's cache in the tmp dir and then tried to update just rvm_passenger
The text was updated successfully, but these errors were encountered: