Commit 0f8f09e
committed
Add
`logger` will be a bundled gem from Ruby 3.5.
https://bugs.ruby-lang.org/issues/20309
So if we use `logger` as the standard library, Bundler shows the
following warning.
```
$ bundle exec rbwasm build -o ruby.wasm
/3.4.1/lib/ruby/gems/3.4.0/gems/ruby_wasm-2.7.1-x86_64-linux/lib/ruby_wasm.rb:1: warning: logger was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
```
This PR adds the `logger` to runtime dependency to fix the warning.logger as a dependency1 parent 0c7665a commit 0f8f09e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
0 commit comments