diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-14 14:55:15 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-14 14:55:15 -0700 |
commit | b75fd06fe1e6ba5c7679e346d1a9aaddf5e971f0 (patch) | |
tree | ae063dc205118a5ef40281d83d163c9bff8727fd /omnibus_overrides.rb | |
parent | 65222c7f098c2dd4c3dc429151ab55686a790e9b (diff) | |
download | chef-b75fd06fe1e6ba5c7679e346d1a9aaddf5e971f0.tar.gz |
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 <lamont@scriptkiddie.org>
Diffstat (limited to 'omnibus_overrides.rb')
-rw-r--r-- | omnibus_overrides.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |