1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/psych/lib
David Rodríguez 40d9be51e8 [ruby/psych] Don't require strscan unnecessarily
It does not seem needed, and it's causing issues on Windows when
uninstalling `strscan`, because strscan's shared library being used when
RubyGems tries to remove it (because its loaded through Psych, which
RubyGems uses for loading configuration).

https://github.com/ruby/psych/commit/3911356ec1
2022-01-14 07:44:14 +09:00
..
psych [ruby/psych] Don't require strscan unnecessarily 2022-01-14 07:44:14 +09:00
psych.rb [ruby/psych] Prefer require_relative for internal requires 2021-10-24 08:49:14 +09:00