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-03-31 04:23:00 -05:00 committed by Alyssa Ross
parent b312ecf34e
commit a7f1e9f1ef
2 changed files with 7 additions and 4 deletions

View File

@ -240,10 +240,10 @@ in {
}; };
ruby_2_7 = generic { ruby_2_7 = generic {
version = rubyVersion "2" "7" "0" ""; version = rubyVersion "2" "7" "1" "";
sha256 = { sha256 = {
src = "1glc3zpnih6h8mrgfcak0aa7cgmi4zyvxfyi6y2brwg2nn9sm6cc"; src = "0674x98f542y02r7n2yv2qhmh97blqhi2mvh2dn5f000vlxlh66l";
git = "11iz64k95czs273mb10195d1j75mmbcgddfdx1vay5876ffw81dq"; git = "0qk729kr5wm67xmwpljpdprwhp5wvn5y4ikqy00p1zcgwlwdcs33";
}; };
}; };
} }

View File

@ -16,6 +16,9 @@
"${patchSet}/patches/ruby/2.6/head/railsexpress/02-improve-gc-stats.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" "${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"
]; ];
} }