diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-01 11:37:51 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-01 11:37:51 -0700 |
commit | f3b427b44d0375ce2a48bfad06049b5c0da280d4 (patch) | |
tree | 8e589c3adf4529a7fd887b13704a04b79127b6eb /omnibus_overrides.rb | |
parent | 8dcd848b4b0e02ee50985c6c3d9e85c2ea3bc314 (diff) | |
download | chef-f3b427b44d0375ce2a48bfad06049b5c0da280d4.tar.gz |
Update to Ruby 2.6.3
This includes a few minor bugfixes and support for the new Japanese calendar. I also further pruned the gem groups to match the current ones in our Gemfile.
Signed-off-by: Tim Smith <tsmith@chef.io>
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 0e17ce03fb..d2a94f7932 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -17,7 +17,7 @@ override "libyaml", version: "0.1.7" override "makedepend", version: "1.0.5" override "ncurses", version: "5.9" override "pkg-config-lite", version: "0.28-1" -override "ruby", version: "2.6.2" +override "ruby", version: "2.6.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" |