-
Notifications
You must be signed in to change notification settings - Fork 59
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
librarian-chef really hates this cookbook #21
Comments
I see the same error using librarian (0.0.26) I already have chef-rvm_passenger v0.8.0 installed
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
|
FYI: I created a related librarian issue: applicationsonline/librarian#133 |
FYI: @yfeldblum identifies the issue as Librarian's resolver not handling properly some additional constraints added to the rvm_passenger. A work-around is provided: applicationsonline/librarian#133 (comment) I'll report back after trying it. |
Following @yfeldblum suggested worked for using librarian-chef to install rvm_passenger ... but I was surprised to see these downgrades to cookbooks I had been sucessfully using with rvm_passenger v0.8.0. Cookbook downgrades in my Chefile.lock
Are these limits in the current dependency range needed? |
I can figure out why, its only this cookbook, but I'm a chef noob, I'll put this here in case its also affecting others.
The text was updated successfully, but these errors were encountered: