Commit ea8b346
committed
Suppress warning from net/http.rb in ruby 3.1
When `-F` option is given to strip comments in bundled_gems file, `$;`
is set to the regexp.
On the other hand, old net/http.rb contained old CVS keyword expansion
that is `split` with the default separator, and non-nil `$;` causes a
warning.
```ruby
Revision = %q$Revision$.split[1]
```1 parent d2cea4b commit ea8b346
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments