Bump chef version to 12.4.0.rc.0.
Fixes #584 (closed)
Merge request reports
Activity
44 44 45 45 override :ruby, version: '2.1.6', source: { md5: "6e5564364be085c45576787b48eeb75f" } 46 46 override :rubygems, version: '2.2.1' 47 override :'chef-gem', version: '11.18.0' 47 override :chef, version: '12.4.0.rc.0' @jacobvosmaer I've opted to use software definition for chef instead of using chef-gem. The reason for this is that I think it is a better move to not depend on releases on rubygems in case we need to react quickly to an upstream fix. What do you think?
@jacobvosmaer This https://github.com/chef/chef-server/issues/106, already got fixed.
mentioned in commit b1a3870b
Please register or sign in to reply