summaryrefslogtreecommitdiff
path: root/version_policy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'version_policy.rb')
-rw-r--r--version_policy.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/version_policy.rb b/version_policy.rb
index 38e956ca32..5083428ddc 100644
--- a/version_policy.rb
+++ b/version_policy.rb
@@ -20,7 +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
+ :bundler => "1.16.0",
"libffi" => "3.2.1",
"libiconv" => "1.15",
"liblzma" => "5.2.3",
@@ -33,7 +33,7 @@ OMNIBUS_OVERRIDES = {
"makedepend" => "1.0.5",
"ncurses" => "5.9",
"pkg-config-lite" => "0.28-1",
- "ruby" => "2.3.1",
+ "ruby" => "2.3.5",
# Leave dev-kit pinned to 4.5 on 32-bit, because 4.7 is 20MB larger and we don't want
# to unnecessarily make the client any fatter. (Since it's different between
# 32 and 64, we have to do it in the project file still.)
@@ -45,7 +45,7 @@ OMNIBUS_OVERRIDES = {
## These can float as they are frequently updated in a way that works for us
#override "cacerts" =>"???",
- "openssl" => "1.0.2l",
+ "openssl" => "1.0.2m",
}
#