diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-18 11:46:26 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-18 11:46:26 -0700 |
commit | bc43fc2e2f50afcd961542e6503a9e71cee7e66f (patch) | |
tree | fbb8f0f40ac54b13859a7c6d77e138e383629cef /omnibus/config | |
parent | efd8b68745a73f2ee09eee92b06e0fc5b2c799f0 (diff) | |
download | chef-bc43fc2e2f50afcd961542e6503a9e71cee7e66f.tar.gz |
revert bumping to 2.2.4
that escaped accidentally, we're not quite there yet...
Diffstat (limited to 'omnibus/config')
-rw-r--r-- | omnibus/config/projects/chef.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb index 9281b5318b..6e78b61f1b 100644 --- a/omnibus/config/projects/chef.rb +++ b/omnibus/config/projects/chef.rb @@ -34,7 +34,7 @@ else install_dir "#{default_root}/#{name}" end -override :ruby, version: "2.2.4" +override :ruby, version: "2.1.8" # Leave dev-kit pinned to 4.5 because 4.7 is 20MB larger and we don't want # to unnecessarily make the client any fatter. override :'ruby-windows-devkit', version: "4.5.2-20111229-1559" if windows? && windows_arch_i386? |