diff options
author | David RodrÃguez <[email protected]> | 2024-08-19 13:02:14 +0200 |
---|---|---|
committer | git <[email protected]> | 2024-08-19 11:48:42 +0000 |
commit | 786d0006524b0ca282a05593ca3dff3633890af7 (patch) | |
tree | c2681d28a180c7a85977aa1c8b90b015bf5fc5d5 /test | |
parent | cd0d4ec059b2998e4bf9cae35f4b1301c2bd6b53 (diff) |
[ruby/rdoc] Avoid potentially loading the same extension from different versions of the same gem
Avoids warnings like
```
/path/to/ruby/3.3.4/lib/ruby/gems/3.3.0/gems/rbs-3.4.0/lib/rdoc/discover.rb:10: warning: method redefined; discarding old scan
/path/to/ruby/3.3.4/lib/ruby/gems/3.3.0/gems/rbs-3.5.1/lib/rdoc/discover.rb:10: warning: previous definition of scan was here
```
https://github.com/ruby/rdoc/commit/e47920d8f3
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions