diff options
| author | 2025-11-26 19:02:28 -0500 | |
|---|---|---|
| committer | 2025-11-26 19:02:28 -0500 | |
| commit | c62f8376a13e7a4f493167aba1c66a9201fc59c6 (patch) | |
| tree | d58492f972be02c406d26620004e1ffe2086fbc7 /lib/roo/spreadsheet.rb | |
| parent | ae103e148eb3c15606b816505492d870ef062ad3 (diff) | |
New upstream version 3.0.0.upstream/3.0.0upstream
Diffstat (limited to 'lib/roo/spreadsheet.rb')
| -rw-r--r-- | lib/roo/spreadsheet.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/roo/spreadsheet.rb b/lib/roo/spreadsheet.rb index 54063b6..909dd62 100644 --- a/lib/roo/spreadsheet.rb +++ b/lib/roo/spreadsheet.rb @@ -25,7 +25,7 @@ module Roo extension.tr('.', '').downcase.to_sym else parsed_path = - if path =~ /\A#{::URI::DEFAULT_PARSER.make_regexp}\z/ + if path =~ /\A#{::Roo::Utils::URI_PARSER.make_regexp}\z/ # path is 7th match Regexp.last_match[7] else |
