diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-28 17:29:12 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-30 12:16:24 -0800 |
commit | 5fef3d26f65a99fb024c692ae63e089f0bbd6d9c (patch) | |
tree | 6fcf79dbda1b922932c9d468fd5f135e528aac43 /omnibus_overrides.rb | |
parent | 8864f6d39c4de36f527364b8e1c3f6ae9ace2143 (diff) | |
download | chef-5fef3d26f65a99fb024c692ae63e089f0bbd6d9c.tar.gz |
Stop updating bundler in CI
We don't update it in our builds anymore. We just use the version that's built into Ruby. This omnibus override was only used for CI and we had to match the versions, which was a real pain and pretty pointless.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus_overrides.rb')
-rw-r--r-- | omnibus_overrides.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index b7d515341a..e27b55bc98 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -4,7 +4,6 @@ # NOTE: You MUST update omnibus-software when adding new versions of # software here: bundle exec rake dependencies:update_omnibus_gemfile_lock override :rubygems, version: "3.1.4" # pin to what ships in the ruby version -override :bundler, version: "2.1.4" # pin to what ships in the ruby version override "libarchive", version: "3.5.0" override "libffi", version: "3.3" override "libiconv", version: "1.16" |