diff options
| author | Soutaro Matsumoto <matsumoto@soutaro.com> | 2025-03-24 17:37:07 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-03-31 14:06:27 +0900 |
| commit | 0a097e6e452014d63bdb6cc3d7b287e1a671d77f (patch) | |
| tree | 2cbb8e3379022f0274d29b31530758fc955f94dc | |
| parent | 3fb2006bf18228afbedd470e82bc0204c6e1d15e (diff) | |
Fix `{}`
| -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 5883a0efe6..c01aa10cca 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.1 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.9.1 https://github.com/ruby/rbs +rbs 3.9.1 https://github.com/ruby/rbs 8bf0aa744bc357ec84f1ab491400b7a137879def typeprof 0.30.1 https://github.com/ruby/typeprof debug 1.10.0 https://github.com/ruby/debug racc 1.8.1 https://github.com/ruby/racc |
