ruby_2_6: add missing rvm patchset (#56461)
This commit is contained in:
parent
ba519fb2a3
commit
de0373bbe2
2 changed files with 6 additions and 3 deletions
|
@ -16,6 +16,9 @@ rec {
|
|||
"${patchSet}/patches/ruby/2.5/head/railsexpress/02-improve-gc-stats.patch"
|
||||
"${patchSet}/patches/ruby/2.5/head/railsexpress/03-more-detailed-stacktrace.patch"
|
||||
];
|
||||
"2.6.1" = ops useRailsExpress [ # no Rails Express patchset yet (2019-01-30)
|
||||
"2.6.1" = ops useRailsExpress [
|
||||
"${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"
|
||||
];
|
||||
}
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
fetchFromGitHub {
|
||||
owner = "skaes";
|
||||
repo = "rvm-patchsets";
|
||||
rev = "ba5a3c6f972e1b957b4b3fe28b5730ef0e27bff3";
|
||||
sha256 = "0sjmhhb8hshxa58x062j44w0xdck8ykgpsg33wjr0wv9npwpkwrz";
|
||||
rev = "bdb42b13dd8653afc64676c0feb350e0c1880119";
|
||||
sha256 = "09fpx66cshyvrrmp3251d2pmqv0frjw940r421smsmpkny0dx613";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue