summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-14 18:40:49 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-03-14 18:40:49 -0700
commit533d9dc7f67b9e5e765102a3fb21590a501f842f (patch)
tree17c3d157595ffa0c5aa761549f24dc60d68e22d7
parentb75fd06fe1e6ba5c7679e346d1a9aaddf5e971f0 (diff)
downloadchef-lcg/ruby-2.3.3.tar.gz
will the real ruby version please stand up?lcg/ruby-2.3.3
i think we need to change this here as well. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--version_policy.rb4
1 files 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.)