Commit b9a64a2
committed
Railties sprockets_assets_test use URI::RFC2396_PARSER instead of DEFAULT_PARSER
```
test/application/sprockets_assets_test.rb:351: warning: URI::RFC3986_PARSER.escape is obsolete. Use URI::RFC2396_PARSER.escape explicitly.
```
ref: https://buildkite.com/rails/rails/builds/115455#0194455d-a2e2-4f4c-add1-3eb69bdf0b6a/1282-19021 parent 79df80b commit b9a64a2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| |||
0 commit comments