Bundle RBS 3.7 (#12265)

This commit is contained in:
Soutaro Matsumoto 2024-12-05 14:59:18 +09:00 committed by GitHub
parent bf225feb26
commit 0ef4a7d745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
Notes: git 2024-12-05 05:59:38 +00:00
Merged-By: soutaro <matsumoto@soutaro.com>
2 changed files with 8 additions and 1 deletions

View File

@ -18,7 +18,7 @@ net-pop 0.1.2 https://github.com/ruby/net-pop
net-smtp 0.5.0 https://github.com/ruby/net-smtp
matrix 0.4.2 https://github.com/ruby/matrix
prime 0.1.3 https://github.com/ruby/prime
rbs 3.6.1 https://github.com/ruby/rbs 271772e98ad1fd2a3ba39164fe2ba869696f3570
rbs 3.7.0 https://github.com/ruby/rbs
typeprof 0.21.11 https://github.com/ruby/typeprof 4670254fecc3d73626ceaa7e0f5da003033e1dfb
debug 1.9.2 https://github.com/ruby/debug 9c4279598e9e0376657b3813bf76a206f1f97beb
racc 1.8.1 https://github.com/ruby/racc

View File

@ -19,6 +19,13 @@ test_replicate(EncodingTest) the method was removed in 3.3
test_step(RangeTest) the method protocol was changed in 3.4
test_collection_install(RBS::CliTest) running tests without Bundler
test_collection_install__mutex_m__bundled(RBS::CliTest) running tests without Bundler
test_collection_install__mutex_m__config__bundled(RBS::CliTest) running tests without Bundler
test_collection_install__mutex_m__config__no_bundled(RBS::CliTest) running tests without Bundler
test_collection_install__mutex_m__config__stdlib_source(RBS::CliTest) running tests without Bundler
test_collection_install__mutex_m__dependency_no_bundled(RBS::CliTest) running tests without Bundler
test_collection_install__mutex_m__no_bundled(RBS::CliTest) running tests without Bundler
test_collection_install__mutex_m__rbs_dependency_and__gem_dependency(RBS::CliTest) running tests without Bundler
test_collection_install_frozen(RBS::CliTest) running tests without Bundler
test_collection_install_gemspec(RBS::CliTest) running tests without Bundler
test_collection_update(RBS::CliTest) running tests without Bundler