ruby_2_7: 2.7.0 -> 2.7.1

Changelog: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-7-1-released/
This commit is contained in:
Mario Rodas
2020-04-01 12:22:14 +00:00
committed by Alyssa Ross
parent b312ecf34e
commit a7f1e9f1ef
2 changed files with 7 additions and 4 deletions
@@ -16,6 +16,9 @@
"${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)
"2.7.1" = ops useRailsExpress [
"${patchSet}/patches/ruby/2.7/head/railsexpress/01-fix-broken-tests-caused-by-ad.patch"
"${patchSet}/patches/ruby/2.7/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.7/head/railsexpress/03-more-detailed-stacktrace.patch"
];
}