summaryrefslogtreecommitdiff
path: root/omnibus_overrides.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-28 17:29:12 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-28 17:29:12 -0800
commitf282ad5528563de6aa59d0168dfa7bd4403417a6 (patch)
treef21c15ddeee275ecbecc32fb9d7c12b6e5f56465 /omnibus_overrides.rb
parent7c77689b65467c556c57211382121488c26702b7 (diff)
downloadchef-f282ad5528563de6aa59d0168dfa7bd4403417a6.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.rb1
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"