2019-09-07 14:02:40 +01:00
|
|
|
{ patchSet, useRailsExpress, ops, patchLevel, fetchpatch }:
|
2015-09-26 14:25:01 +01:00
|
|
|
|
2019-08-13 22:52:01 +01:00
|
|
|
{
|
2018-10-18 01:44:15 +01:00
|
|
|
"2.3.8" = ops useRailsExpress [
|
2016-11-25 10:24:07 +00:00
|
|
|
"${patchSet}/patches/ruby/2.3/head/railsexpress/01-skip-broken-tests.patch"
|
|
|
|
"${patchSet}/patches/ruby/2.3/head/railsexpress/02-improve-gc-stats.patch"
|
|
|
|
"${patchSet}/patches/ruby/2.3/head/railsexpress/03-display-more-detailed-stack-trace.patch"
|
|
|
|
];
|
2019-09-03 01:00:00 +01:00
|
|
|
"2.4.7" = ops useRailsExpress [
|
2017-04-03 20:23:18 +01:00
|
|
|
"${patchSet}/patches/ruby/2.4/head/railsexpress/01-skip-broken-tests.patch"
|
|
|
|
"${patchSet}/patches/ruby/2.4/head/railsexpress/02-improve-gc-stats.patch"
|
|
|
|
"${patchSet}/patches/ruby/2.4/head/railsexpress/03-display-more-detailed-stack-trace.patch"
|
2016-12-27 17:55:10 +00:00
|
|
|
];
|
2019-09-03 01:01:00 +01:00
|
|
|
"2.5.6" = ops useRailsExpress [
|
2018-01-02 09:50:37 +00:00
|
|
|
"${patchSet}/patches/ruby/2.5/head/railsexpress/01-fix-broken-tests-caused-by-ad.patch"
|
|
|
|
"${patchSet}/patches/ruby/2.5/head/railsexpress/02-improve-gc-stats.patch"
|
|
|
|
"${patchSet}/patches/ruby/2.5/head/railsexpress/03-more-detailed-stacktrace.patch"
|
|
|
|
];
|
2019-09-07 14:02:40 +01:00
|
|
|
"2.6.4" = [
|
|
|
|
(fetchpatch {
|
|
|
|
url = "https://git.ruby-lang.org/ruby.git/patch/?id=ade1283ca276f7d589ffd3539fbc7b9817f682d5";
|
|
|
|
sha256 = "1vgrckmzz0ykyxgzyp8fcifa93xz2hvyfil79bw1gc3xx94wnnxd";
|
|
|
|
})
|
|
|
|
] ++ ops useRailsExpress [
|
2019-03-04 12:00:11 +00:00
|
|
|
"${patchSet}/patches/ruby/2.6/head/railsexpress/01-fix-broken-tests-caused-by-ad.patch"
|
|
|
|
"${patchSet}/patches/ruby/2.6/head/railsexpress/02-improve-gc-stats.patch"
|
|
|
|
"${patchSet}/patches/ruby/2.6/head/railsexpress/03-more-detailed-stacktrace.patch"
|
2018-12-25 19:25:45 +00:00
|
|
|
];
|
2015-11-27 16:12:27 +00:00
|
|
|
}
|