Commit 605a303
authored
fix: replace deprecated CGI.parse with URI.decode_www_form for Ruby 4.0 compatibility (#453)
Ruby 4.0 removed CGI.parse from the standard library. Use URI.decode_www_form instead,
which is part of the core URI library and provides identical functionality.1 parent c719e8f commit 605a303
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments