aboutsummaryrefslogtreecommitdiffstats
path: root/lib/roo/spreadsheet.rb
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-11-26 19:02:46 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2025-11-26 19:02:46 -0500
commitc77a15eed515fe6dc9b2e831670f4d484e23dace (patch)
tree87c79155c0b52b0e59eaf971f2b5bf9d860c77e4 /lib/roo/spreadsheet.rb
parent537c7673bedbb1a2f77a3a088710546cb46506d0 (diff)
parentc62f8376a13e7a4f493167aba1c66a9201fc59c6 (diff)
Update upstream source from tag 'upstream/3.0.0'
Update to upstream version '3.0.0' with Debian dir ceed7b02bc1417ad11993c466d2350a6b62fbecf
Diffstat (limited to 'lib/roo/spreadsheet.rb')
-rw-r--r--lib/roo/spreadsheet.rb2
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