ruby_2_3: remove

This has been EOL since December. We shouldn't still be facilitating
its use.

Fixes https://github.com/NixOS/nixpkgs/pull/67977.
This commit is contained in:
Alyssa Ross
2019-09-07 13:09:17 +00:00
parent 20ed441141
commit d3983caf45
3 changed files with 3 additions and 12 deletions
@@ -211,14 +211,6 @@ let
) args; in self;
in {
ruby_2_3 = generic {
version = rubyVersion "2" "3" "8" "";
sha256 = {
src = "1gwsqmrhpx1wanrfvrsj3j76rv888zh7jag2si2r14qf8ihns0dm";
git = "0158fg1sx6l6applbq0831kl8kzx5jacfl9lfg0shfzicmjlys3f";
};
};
ruby_2_4 = generic {
version = rubyVersion "2" "4" "7" "";
sha256 = {