Giter Club home page Giter Club logo

Comments (2)

wjordan avatar wjordan commented on July 19, 2024

More details about how the terrible chain of events this issue triggered in my case. My application recipe (simplified) contains a chef_client_updater resource to maintain a specific Chef-Client version and a gem_package resource to maintain a specific Bundler version:

chef_client_updater 'install' do
  version '12.7.2'
end
gem_package 'bundler' do
  action :upgrade
  version '1.16.1'
end

This worked fine, until it mysteriously broke one day. Further testing showed that Bundler was no longer being installed to the system ruby.

It turns out that chef_client_updater had started upgrading embedded Rubygems to 2.7.5 on its release, which contained an upgrade to the default-vendored Bundler to version 1.16.1, which was equal to my gem_package's target version . This triggered a long-lived bug in Chef's gem_package chef/chef#3363 which incorrectly adds embedded-Chef's default rubygems to the system-rubygem's version-list when checking if a new version needs to be installed, which skipped the install.

from chef_client_updater.

tas50 avatar tas50 commented on July 19, 2024

This should be fixed in 3.3.2

from chef_client_updater.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.