diff --git a/gems/bundled_gems b/gems/bundled_gems index 8564ff4328..98fe1eaae5 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -17,7 +17,7 @@ net-pop 0.1.2 https://github.com/ruby/net-pop net-smtp 0.4.0 https://github.com/ruby/net-smtp matrix 0.4.2 https://github.com/ruby/matrix prime 0.1.2 https://github.com/ruby/prime -rbs 3.2.2 https://github.com/ruby/rbs 2cac4e78dfd76e85342ab2c332d3fae046b36961 +rbs 3.2.2 https://github.com/ruby/rbs 33813a60752624d58dfe5ae770b39bfaf29fbaf1 typeprof 0.21.8 https://github.com/ruby/typeprof debug 1.8.0 https://github.com/ruby/debug 927587afb6aac69b358b86a01f602d207053e8d2 racc 1.7.1 https://github.com/ruby/racc diff --git a/tool/test-bundled-gems.rb b/tool/test-bundled-gems.rb index 1bc95ef46e..268c8c7369 100644 --- a/tool/test-bundled-gems.rb +++ b/tool/test-bundled-gems.rb @@ -36,7 +36,6 @@ File.foreach("#{gem_dir}/bundled_gems") do |line| when "rbs" # TODO: We should skip test file instead of test class/methods skip_test_files = %w[ - test/stdlib/RbConfig_test.rb ] skip_test_files.each do |file|