about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorMichael Fellinger <michael.fellinger@xing.com>2018-08-28 14:00:30 +0200
committerMichael Fellinger <michael.fellinger@xing.com>2018-08-28 14:38:48 +0200
commitbaefa983d3bb9c248dedc4dc4aaa096acc8f0aea (patch)
tree88fa3f17240a38b03dce2dde7a47109588a295bf /pkgs/development/interpreters
parentc251ec691a559e3769879bf3e4a8a22e78f4e6ce (diff)
downloadnixlib-baefa983d3bb9c248dedc4dc4aaa096acc8f0aea.tar
nixlib-baefa983d3bb9c248dedc4dc4aaa096acc8f0aea.tar.gz
nixlib-baefa983d3bb9c248dedc4dc4aaa096acc8f0aea.tar.bz2
nixlib-baefa983d3bb9c248dedc4dc4aaa096acc8f0aea.tar.lz
nixlib-baefa983d3bb9c248dedc4dc4aaa096acc8f0aea.tar.xz
nixlib-baefa983d3bb9c248dedc4dc4aaa096acc8f0aea.tar.zst
nixlib-baefa983d3bb9c248dedc4dc4aaa096acc8f0aea.zip
ruby: default to version 2.5
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/ruby/patchsets.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/interpreters/ruby/patchsets.nix b/pkgs/development/interpreters/ruby/patchsets.nix
index e53f231884d9..ca180b3c2294 100644
--- a/pkgs/development/interpreters/ruby/patchsets.nix
+++ b/pkgs/development/interpreters/ruby/patchsets.nix
@@ -1,11 +1,6 @@
 { patchSet, useRailsExpress, ops, patchLevel }:
 
 rec {
-  "2.2.9" = ops useRailsExpress [
-    "${patchSet}/patches/ruby/2.2/head/railsexpress/01-zero-broken-tests.patch"
-    "${patchSet}/patches/ruby/2.2/head/railsexpress/02-improve-gc-stats.patch"
-    "${patchSet}/patches/ruby/2.2/head/railsexpress/03-display-more-detailed-stack-trace.patch"
-  ];
   "2.3.7" = ops useRailsExpress [
     "${patchSet}/patches/ruby/2.3/head/railsexpress/01-skip-broken-tests.patch"
     "${patchSet}/patches/ruby/2.3/head/railsexpress/02-improve-gc-stats.patch"