Skip to content

Commit d96c424

Browse files
committed
Remove core_ext/uri.rb exception
The file was removed in rails@da8e6f6
1 parent 3bbf21c commit d96c424

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)