mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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
This commit is contained in:
parent
acd1f45a5c
commit
40d9be51e8
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
require 'strscan'
|
||||
|
||||
module Psych
|
||||
###
|
||||
|
|
Loading…
Add table
Reference in a new issue