From fd26f5a9d541104d42e26aa142fe484a0608f67c Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 25 Jan 2019 16:56:46 +0000 Subject: [PATCH] ruby: 2.5.5 -> 2.6.3 According to nix-review, this does not introduce any new build failures and I had it run on my systems for a while, but there might be breakages at runtime. Since I'm not going to go through every Ruby package one at a time, I think the best thing to do is bump this so we can get bug reports of breakages from people who actually use those packages. --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index fae08fcf5c7d..0c8eb0ae5dfb 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -8942,7 +8942,7 @@ in ruby_2_5 ruby_2_6; - ruby = ruby_2_5; + ruby = ruby_2_6; mruby = callPackage ../development/compilers/mruby { };