From b75fd06fe1e6ba5c7679e346d1a9aaddf5e971f0 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 14 Mar 2017 14:55:15 -0700 Subject: bump ruby to 2.3.3 can finally do this now that the branching nightmare is gone. not bumping to 2.4.0 because of: - perf regression in rspec and waiting for 2.4.1 - not wanting to buy that yak shave yet - iterative development and moving the needle forwards in small increments Signed-off-by: Lamont Granquist --- omnibus_overrides.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index 69a5a7af05..6cf6dc7ece 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -11,7 +11,7 @@ override "libyaml", version: "0.1.6" override "makedepend", version: "1.0.5" override "ncurses", version: "5.9" override "pkg-config-lite", version: "0.28-1" -override "ruby", version: "2.3.1" +override "ruby", version: "2.3.3" override "ruby-windows-devkit-bash", version: "3.1.23-4-msys-1.0.18" override "util-macros", version: "1.19.0" override "xproto", version: "7.0.28" -- cgit v1.2.1 From 533d9dc7f67b9e5e765102a3fb21590a501f842f Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 14 Mar 2017 18:40:49 -0700 Subject: will the real ruby version please stand up? i think we need to change this here as well. Signed-off-by: Lamont Granquist --- version_policy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version_policy.rb b/version_policy.rb index 41206f2dfc..b703e22111 100644 --- a/version_policy.rb +++ b/version_policy.rb @@ -1,5 +1,5 @@ # -# Copyright:: Copyright (c) 2016 Chef Software Inc. +# Copyright:: Copyright (c) 2016-2017, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -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.3", # 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.) -- cgit v1.2.1