Skip to content

Commit

Permalink
Merge pull request #50642 from Earlopain/remove-uri-rb-exception
Browse files Browse the repository at this point in the history
Remove core_ext/uri.rb exception
  • Loading branch information
rafaelfranca authored Jan 8, 2024
2 parents dfa400b + d96c424 commit 697319f
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 697319f

Please sign in to comment.