Skip to content

Commit 892955b

Browse files
authored
Merge pull request rails#54284 from skipkayhil/hm-no-swallow-warnings
Remove warning silence on Journey::Parser require
2 parents 455e412 + b90528b commit 892955b

File tree

1 file changed

+0
-5
lines changed
  • actionpack/lib/action_dispatch/journey

1 file changed

+0
-5
lines changed

actionpack/lib/action_dispatch/journey/router.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
require "action_dispatch/journey/router/utils"
66
require "action_dispatch/journey/routes"
77
require "action_dispatch/journey/formatter"
8-
9-
before = $-w
10-
$-w = false
118
require "action_dispatch/journey/parser"
12-
$-w = before
13-
149
require "action_dispatch/journey/route"
1510
require "action_dispatch/journey/path/pattern"
1611

0 commit comments

Comments
 (0)