Skip to content

Commit

Permalink
Remove core_ext/uri.rb exception
Browse files Browse the repository at this point in the history
The file was removed in rails@da8e6f6
  • Loading branch information
Earlopain committed Jan 8, 2024
1 parent 3bbf21c commit d96c424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activesupport/lib/active_support/core_ext.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

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

0 comments on commit d96c424

Please sign in to comment.