about summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2019-12-28 12:29:24 +0100
committerworldofpeace <worldofpeace@protonmail.ch>2020-02-10 13:23:35 -0500
commitbcdc90a3a7dba95a56db91dcd53b4b9f0e6d35aa (patch)
tree7d1a3f0e6bf17778f74f5794b34b4629ff86b545 /pkgs/development/ruby-modules
parentccc54f0fc3ef6defa99de5035e06bd3871bca5ac (diff)
downloadnixlib-bcdc90a3a7dba95a56db91dcd53b4b9f0e6d35aa.tar
nixlib-bcdc90a3a7dba95a56db91dcd53b4b9f0e6d35aa.tar.gz
nixlib-bcdc90a3a7dba95a56db91dcd53b4b9f0e6d35aa.tar.bz2
nixlib-bcdc90a3a7dba95a56db91dcd53b4b9f0e6d35aa.tar.lz
nixlib-bcdc90a3a7dba95a56db91dcd53b4b9f0e6d35aa.tar.xz
nixlib-bcdc90a3a7dba95a56db91dcd53b4b9f0e6d35aa.tar.zst
nixlib-bcdc90a3a7dba95a56db91dcd53b4b9f0e6d35aa.zip
ruby_2_4: remove
According to https://endoflife.software/programming-languages/server-side-scripting/ruby
ruby 2.4 will go end-of-life in march, where the new release of nixpkgs
will be cut. We won't be able to support it for security updates.

Remove all references to ruby_2_4 and add ruby_2_7 instead where
missing.

Mark packages that depend on ruby 2.4 as broken:
* chefdk
* sonic-pi
Diffstat (limited to 'pkgs/development/ruby-modules')
-rw-r--r--pkgs/development/ruby-modules/with-packages/test.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/ruby-modules/with-packages/test.nix b/pkgs/development/ruby-modules/with-packages/test.nix
index dc1da3de4924..946854e4545f 100644
--- a/pkgs/development/ruby-modules/with-packages/test.nix
+++ b/pkgs/development/ruby-modules/with-packages/test.nix
@@ -6,7 +6,6 @@ let
   stdenv = pkgs.stdenv;
 
   rubyVersions = with pkgs; [
-    ruby_2_4
     ruby_2_5
     ruby_2_6
     ruby_2_7