Commit 1e7e9df
committed
Fix a build error for Ruby 3.5 CI matrix
This is a workaround to resolve the following error in Ruby 3.5:
```console
/home/runner/work/webmock/webmock/vendor/bundle/ruby/3.5.0+0/gems/ethon-0.16.0/lib/ethon.rb:2:
warning: logger was loaded from the standard library, but is not part of the default gems starting from Ruby 3.5.0.
It can likely be removed once `ethon`, which is a dependency of `typhoeus`, manages its `logger` dependency.
```
https://github.com/bblimke/webmock/actions/runs/13170758361/job/367605717491 parent ab43ce9 commit 1e7e9df
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
| |||
0 commit comments