-
Notifications
You must be signed in to change notification settings - Fork 33
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
Publish version 1.0.4 #39
Comments
This might need to be gem 'soloist', require: false
gem 'chef', '~> 12.8.1'
gem 'chef-zero', '~> 4.5.0' And I got the same bundler error when running The following gem 'soloist', require: false
gem 'chef', '~> 12.7.0'
gem 'chef-zero', '~> 4.5.0' |
This release is intended to workaround versions 12.9.x of chef explicitly not supporting system Ruby. Although you're right that locking soloist to 12.7.x would cure they symptom of pivotal-sprout/sprout-exemplar#9, we're still not aware of the cause, so I'd prefer not to lock soloist until we know where the bundler issue is best solved. |
@wendorf - makes sense. I'm still not certain what exactly the root cause is. I did notice however that this problem appeared before chef / chef-solo began declaring a aram |
…his breaks fresh OSX bootstrap from system Ruby!) TODO: Fix system Ruby bootstrap somehow, or wait until consensus on working gemset is reached on mkocher/soloist#39
Perhaps the best bet for finding a gemset supporting system ruby 2.0 is to find the last known working chefdk distribution that used ruby 2.0, and start by locking some dependencies on the major things first (e.g.: If it helps at all to know, I realize that moving forward won't work easily for fresh OS X machines unless |
@trinitronx I think you are correct that this is mostly about the bootstrapping problem. It might work to lock down the version of Related discussion here pivotal-sprout/sprout-wrap#99 |
This will allow sprout-wrap to use the version that locks down chef and chef-zero to versions compatible with El Capitan's system ruby.
The text was updated successfully, but these errors were encountered: