Commit b4415da
fix: frozen string literal issue for ruby 3.4.0 (#137)
* Fix frozen string literal issue
To prepare for ruby 3.4.0 and making strings frozen by default, we add `+` operator to make the string mutable
* Add empty line for code readability
* Remove extra newline at end of ruby_http_client.rb
* Fix YAML syntax for Ruby version matrix
* Update copyright year in LICENSE file
---------
Co-authored-by: Manisha Singh <[email protected]>
Co-authored-by: Shubham <[email protected]>1 parent 4c9405c commit b4415da
File tree
3 files changed
+3
-3
lines changed- .github/workflows
- lib
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments