diff options
| author | Masataka Pocke Kuwabara <kuwabara@pocke.me> | 2022-07-01 15:53:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-01 15:53:04 +0900 |
| commit | e0c6e288f0fe4c285dd4e16283835fffaf72e18a (patch) | |
| tree | d6db03d16f324464e553510c268ec257aece4909 | |
| parent | 33100797c48203528056489f30a350d1c8dbe188 (diff) | |
Specify RBS commit hash to fix test failure on test-bundled-gems (#6082)
Update RBS to v2.6.0 and specify RBS commit hash to fix test failure on test-bundled-gems
Notes
Notes:
Merged-By: pocke <p.ck.t22@gmail.com>
| -rw-r--r-- | gems/bundled_gems | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gems/bundled_gems b/gems/bundled_gems index 0663b712d1..6a753530db 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -11,6 +11,6 @@ net-pop 0.1.1 https://github.com/ruby/net-pop net-smtp 0.3.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 -rbs 2.5.1 https://github.com/ruby/rbs +rbs 2.6.0 https://github.com/ruby/rbs 14abbbae8885a09a2ed82de2ef31d67a9c0a108d typeprof 0.21.2 https://github.com/ruby/typeprof 8577943c042145af4c87914fa323c0a854da2e6d debug 1.5.0 https://github.com/ruby/debug 5053a795864a1e14863bd912fc5818754105d64c |
