diff options
| author | Soutaro Matsumoto <matsumoto@soutaro.com> | 2026-04-06 18:22:18 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-06 09:22:18 +0000 |
| commit | ed6e70061f77ef5c581bbb27da2e74d8561b5e81 (patch) | |
| tree | 6c6e4e91dcc833dbb498e4bd94c31d562dbb0a43 | |
| parent | 995eba7653854d0a20a0d1e6fe1b0b3cd186378a (diff) | |
Pin RBS to avoid bigdecimal validation failure (#16664)
| -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 9d3fcd095e..90420d7b97 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -16,7 +16,7 @@ net-imap 0.6.3 https://github.com/ruby/net-imap net-smtp 0.5.1 https://github.com/ruby/net-smtp matrix 0.4.3 https://github.com/ruby/matrix prime 0.1.4 https://github.com/ruby/prime -rbs 4.0.2 https://github.com/ruby/rbs +rbs 4.0.2 https://github.com/ruby/rbs 36a7e8e38df9efd33db83c3f30f0308bdeb84bd9 typeprof 0.31.1 https://github.com/ruby/typeprof debug 1.11.1 https://github.com/ruby/debug 2897edad6d2c2eeb49ffe915192c54572dbe6c82 racc 1.8.1 https://github.com/ruby/racc |
