Skip to content

Commit 697319f

Browse files
authored
Merge pull request rails#50642 from Earlopain/remove-uri-rb-exception
Remove core_ext/uri.rb exception
2 parents dfa400b + d96c424 commit 697319f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# frozen_string_literal: true
22

33
Dir.glob(File.expand_path("core_ext/*.rb", __dir__)).sort.each do |path|
4-
next if path.end_with?("core_ext/uri.rb")
54
require path
65
end

0 commit comments

Comments
 (0)