Closed olleolleolle closed 1 month ago
The logger used to be shipped with Ruby, as a bundled gem, but Ruby 3.5.0 no longer includes this gem by default.
logger
Explicitly depending on it avoids a warning being emitted.
Thanks!
The
logger
used to be shipped with Ruby, as a bundled gem, but Ruby 3.5.0 no longer includes this gem by default.Explicitly depending on it avoids a warning being emitted.