diff options
| author | Soutaro Matsumoto <matsumoto@soutaro.com> | 2025-12-23 17:51:32 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-23 08:51:32 +0000 |
| commit | 2ed9a7bde26a06cf5eff38e01702af80251d29b3 (patch) | |
| tree | a239e62c17237b31e575bfbfc13ab2c34f94dbac | |
| parent | d879f9f69691778c6c9ffe4b084172a4546bb46b (diff) | |
Bundle RBS 3.10.0 (#15701)
* Bundle RBS 3.10.0
* Unskip BigDecimal tests
| -rw-r--r-- | gems/bundled_gems | 2 | ||||
| -rw-r--r-- | tool/rbs_skip_tests | 4 |
2 files changed, 1 insertions, 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) |
