ruby_3_0: init 3.0.0

https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
This commit is contained in:
Mario Rodas
2020-12-29 04:20:00 +00:00
parent 3cf05b37f2
commit 1b3130ec1a
5 changed files with 61 additions and 8 deletions
@@ -16,4 +16,8 @@
"${patchSet}/patches/ruby/2.7/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.7/head/railsexpress/03-more-detailed-stacktrace.patch"
];
"3.0.0" = ops useRailsExpress [
"${patchSet}/patches/ruby/3.0/head/railsexpress/01-improve-gc-stats.patch"
"${patchSet}/patches/ruby/3.0/head/railsexpress/02-malloc-trim.patch"
];
}