summaryrefslogtreecommitdiff
path: root/gems/bundled_gems
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-08-25 02:49:49 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-08-25 11:13:17 +0900
commitb44741f5dcb2903496832bffce09100e28356864 (patch)
treed1af41da6286babd87a665b17c4133858c121a1e /gems/bundled_gems
parent716624660bad5550b19ec7a2b46fd760ebd9a272 (diff)
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.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4774
Diffstat (limited to 'gems/bundled_gems')
-rw-r--r--gems/bundled_gems2
1 files changed, 1 insertions, 1 deletions
diff --git a/gems/bundled_gems b/gems/bundled_gems
index e6c704b8b1..342c5000b0 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -11,5 +11,5 @@ net-pop 0.1.1 https://github.com/ruby/net-pop
net-smtp 0.2.1 https://github.com/ruby/net-smtp
matrix 0.4.2 https://github.com/ruby/matrix
prime 0.1.2 https://github.com/ruby/prime
-typeprof 0.15.2 https://github.com/ruby/typeprof
rbs 1.5.1 https://github.com/ruby/rbs
+typeprof 0.15.2 https://github.com/ruby/typeprof