Bundle RBS 3.10.0 (#15701)

* Bundle RBS 3.10.0
* Unskip BigDecimal tests
This commit is contained in:
Soutaro Matsumoto 2025-12-23 17:51:32 +09:00 committed by GitHub
parent d879f9f696
commit 2ed9a7bde2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
Notes: git 2025-12-23 08:51:59 +00:00
Merged-By: soutaro <matsumoto@soutaro.com>
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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)