diff options
author | John Keiser <john@johnkeiser.com> | 2016-08-03 10:51:09 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-08-03 14:16:52 -0700 |
commit | 2458a737d6f97fefe60a97df66a1398004a39448 (patch) | |
tree | 76b669696d3958b780dbade634dfa8b0ebf6c235 /version_policy.rb | |
parent | 017f75f26b3db207d7909c6a2a7a1c36299e88f0 (diff) | |
download | chef-2458a737d6f97fefe60a97df66a1398004a39448.tar.gz |
Use Ruby 2.1.9, add 2.3 to the list of tested versionsjk/msys2
Diffstat (limited to 'version_policy.rb')
-rw-r--r-- | version_policy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version_policy.rb b/version_policy.rb index d47c49fa18..24484aa4d5 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.8", + "ruby" => "2.1.9", # 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.) |