diff options
author | John Keiser <john@johnkeiser.com> | 2016-09-12 10:54:37 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-09-12 10:54:37 -0700 |
commit | 12707e0a63a805b4643bf836d4f4a4189e09fa89 (patch) | |
tree | a2b38f7aa5c187506e5e40bfcacafd269d386b54 /version_policy.rb | |
parent | 1e8796cda6c1602df2d7d2107df32a650b678d75 (diff) | |
download | chef-12707e0a63a805b4643bf836d4f4a4189e09fa89.tar.gz |
Don't auto-update bundler version in rake dependencies
Diffstat (limited to 'version_policy.rb')
-rw-r--r-- | version_policy.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/version_policy.rb b/version_policy.rb index 0a4475286d..bfe08e91e4 100644 --- a/version_policy.rb +++ b/version_policy.rb @@ -20,6 +20,7 @@ OMNIBUS_OVERRIDES = { # Lower level library pins ## according to comment in omnibus-sw, latest versions don't work on solaris # https://github.com/chef/omnibus-software/blob/aefb7e79d29ca746c3f843673ef5e317fa3cba54/config/software/libtool.rb#L23 + :bundler => "1.12.5", # until we figure out how to work with 1.13.0 "libffi" => "3.2.1", "libiconv" => "1.14", "liblzma" => "5.2.2", @@ -56,7 +57,7 @@ OMNIBUS_OVERRIDES = { # OMNIBUS_RUBYGEMS_AT_LATEST_VERSION = { rubygems: "rubygems-update", - bundler: "bundler", + # bundler: "bundler", # until we get working with 1.13.0 } # |