summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-07-12 12:40:14 -0400
committerJohn Keiser <john@johnkeiser.com>2016-08-03 11:00:08 -0700
commiteb7793a94c52417c6897562771c3bd31188be7ac (patch)
tree0eb5ebfb48d1611216dc4f006c8e0e04fa79c959
parent989304faadc7ad355e2878486d0e536837a3fe99 (diff)
downloadchef-ksubrama/ruby23.tar.gz
Ask for ruby 2.3.1ksubrama/ruby23
-rw-r--r--omnibus_overrides.rb2
-rw-r--r--version_policy.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb
index 0c90c65c7e..e75ed3de92 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.1.9"
+override "ruby", version: "2.3.1"
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"
diff --git a/version_policy.rb b/version_policy.rb
index 24484aa4d5..8c3820a9e5 100644
--- a/version_policy.rb
+++ b/version_policy.rb
@@ -32,7 +32,7 @@ OMNIBUS_OVERRIDES = {
"makedepend" => "1.0.5",
"ncurses" => "5.9",
"pkg-config-lite" => "0.28-1",
- "ruby" => "2.1.9",
+ "ruby" => "2.3.1",
# 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.)