Skip to content

Commit f9a2ad0

Browse files
committed
Fix reloader to work with new Executor signature
This is a follow up to [CVE-2022-23633].
1 parent 761a2e2 commit f9a2ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: activesupport/lib/active_support/reloader.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def self.reload!
5858
prepare!
5959
end
6060

61-
def self.run! # :nodoc:
61+
def self.run!(reset: false) # :nodoc:
6262
if check!
6363
super
6464
else

0 commit comments

Comments
 (0)