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.
This commit is contained in:
Alyssa Ross 2019-01-25 16:56:46 +00:00
parent 48ca6ed3f4
commit fd26f5a9d5
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -8942,7 +8942,7 @@ in
ruby_2_5
ruby_2_6;
ruby = ruby_2_5;
ruby = ruby_2_6;
mruby = callPackage ../development/compilers/mruby { };