diff options
| author | Soutaro Matsumoto <matsumoto@soutaro.com> | 2024-12-05 14:59:18 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 05:59:18 +0000 |
| commit | 0ef4a7d745f51751c12468d9452edee18308e277 (patch) | |
| tree | bed460827a1b8b70328b2adb85c781927da458e9 | |
| parent | bf225feb265af6d796721d3a7e2b6800d160d42d (diff) | |
Bundle RBS 3.7 (#12265)
Notes
Notes:
Merged-By: soutaro <matsumoto@soutaro.com>
| -rw-r--r-- | gems/bundled_gems | 2 | ||||
| -rw-r--r-- | tool/rbs_skip_tests | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gems/bundled_gems b/gems/bundled_gems index e1b0fa93f5..d9b36c0be4 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.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 diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 4e5887d216..5f103555b1 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -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 |
