Skip to content
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

upgrade Ruby to 2.6.5 #1852

Merged
merged 2 commits into from
Mar 4, 2020
Merged

upgrade Ruby to 2.6.5 #1852

merged 2 commits into from
Mar 4, 2020

Commits on Mar 4, 2020

  1. bump Ruby to 2.6.5, update gems with deprecations

    Signed-off-by: Robb Kidd <rkidd@chef.io>
    robbkidd committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    16e5d99 View commit details
    Browse the repository at this point in the history
  2. bring rubygems & bundler to be consistent with embedded ruby version

    The version of rubygems and bundler must be consistent witht the version
    included in the embedded Ruby install or we'll get double-bundler
    problems.
    
    * versions overridden in the supermarket software definition
    * BUNDLED WITH updated in the Gemfile.locks
    * updated the omnibus and omnibus-software gems to have access to the
      new versions of components
    * berkshelf installed as a gem instead of as an omnibus software
      dependency because it installs from git with bundler and its
      Gemfile.lock is an older version of bundler that does not match
      the one this change uses
    * update the embedded chef-client to latest 14 - the ctl-reconfigure
      command provided by omnibus-ctl uses the --chef-license switch.
      Need to update to a version of 14 with that switch backported as
      a no-op or else supermarket-ctl reconfigure would fail with a message
      about an invalid option.
    
    Signed-off-by: Robb Kidd <rkidd@chef.io>
    robbkidd committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    e57a761 View commit details
    Browse the repository at this point in the history