summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/ruby/patchsets.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-12-25 04:20:00 -0500
committerAlyssa Ross <hi@alyssa.is>2019-12-25 14:24:03 +0000
commit76200c42842b6179f60c399fbda4976068716784 (patch)
treec7a5784ed08e55cdf27c9b5217e9fa645155e05d /pkgs/development/interpreters/ruby/patchsets.nix
parent298010982b8986f6669e2b762634dac48253d7ba (diff)
ruby_2_7: init at 2.7.0
Release notes: https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/
Diffstat (limited to 'pkgs/development/interpreters/ruby/patchsets.nix')
-rw-r--r--pkgs/development/interpreters/ruby/patchsets.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/ruby/patchsets.nix b/pkgs/development/interpreters/ruby/patchsets.nix
index 6fbb33b27fc3..4838a1a09e54 100644
--- a/pkgs/development/interpreters/ruby/patchsets.nix
+++ b/pkgs/development/interpreters/ruby/patchsets.nix
@@ -16,4 +16,6 @@
"${patchSet}/patches/ruby/2.6/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.6/head/railsexpress/03-more-detailed-stacktrace.patch"
];
+ "2.7.0" = ops useRailsExpress [ # no patches yet (2019-12-25)
+ ];
}