tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProf
Formerly, TypeProf was tested with the latest RBS code during make test-bundled-gems. However, when a new version of rbs is released, and if it is incompatible with TypeProf, make test-bundled-gems starts failing, which was annoying.
By this change, TypeProf is tested with the bundled version of RBS.
tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProf
Formerly, TypeProf was tested with the latest RBS code during
make test-bundled-gems. However, when a new version of rbs isreleased, and if it is incompatible with TypeProf,
make test-bundled-gemsstarts failing, which was annoying.By this change, TypeProf is tested with the bundled version of RBS.