Skip to content

Conversation

mattbrictson
Copy link
Owner

The listen gem depends on logger, but does not properly declare it as a gem dependency. This results in the following warning when using mt --watch on Ruby 3.4:

listen-3.9.0/lib/listen.rb:3: warning: logger was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
You can add logger to your Gemfile or gemspec to silence this warning.

Since listen does not seem to be actively maintained, I am adding the logger dependency to mighty_test as a workaround.

@mattbrictson mattbrictson added the 🐛 Bug Fix Fixes a bug label Feb 9, 2025
@mattbrictson mattbrictson merged commit 7b36240 into main Feb 9, 2025
7 checks passed
@mattbrictson mattbrictson deleted the logger branch February 9, 2025 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant