From 2ed9a7bde26a06cf5eff38e01702af80251d29b3 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Tue, 23 Dec 2025 17:51:32 +0900 Subject: [PATCH] Bundle RBS 3.10.0 (#15701) * Bundle RBS 3.10.0 * Unskip BigDecimal tests --- gems/bundled_gems | 2 +- tool/rbs_skip_tests | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/gems/bundled_gems b/gems/bundled_gems index 0b63393506..3bdfc91219 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -18,7 +18,7 @@ net-pop 0.1.2 https://github.com/ruby/net-pop net-smtp 0.5.1 https://github.com/ruby/net-smtp matrix 0.4.3 https://github.com/ruby/matrix prime 0.1.4 https://github.com/ruby/prime -rbs 3.10.0.pre.2 https://github.com/ruby/rbs badcb9165b52c1b7ccaa6251e4d5bbd78329c5a7 +rbs 3.10.0 https://github.com/ruby/rbs typeprof 0.31.0 https://github.com/ruby/typeprof debug 1.11.1 https://github.com/ruby/debug racc 1.8.1 https://github.com/ruby/racc diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 05ffb4da27..d5139705b3 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -45,7 +45,3 @@ test_linear_time?(RegexpSingletonTest) test_new(RegexpSingletonTest) ## Failed tests caused by unreleased version of Ruby - -# BigDecimal v4.0.0 changed behavior -test_divmod(BigDecimalTest) -test_precs(BigDecimalTest)