diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-28 21:07:53 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-28 21:07:53 -0800 |
commit | 0b164fd4ec08122508684361f8c868b3e41e1223 (patch) | |
tree | 956753bd6618d5803a2c79ae1b3ef6021bce82b3 /omnibus_overrides.rb | |
parent | d18d761d156244fef096c34c9618f9aec8cb9627 (diff) | |
download | chef-0b164fd4ec08122508684361f8c868b3e41e1223.tar.gz |
Removed unused rubygems from the omnibus overrides file
We no longer update this and the only software def in omnibus-software that deps on it is bundler, which nothing else deps on at this point.
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 e27b55bc98..498a1ab612 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -3,7 +3,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 "libarchive", version: "3.5.0" override "libffi", version: "3.3" override "libiconv", version: "1.16" |