Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add logger gem as a dependency (#1296)
I saw this deprecation warning on Ruby 3.3 about the logger gem no longer being included as a standard gem from Ruby 3.5 onward. Add it to the dependencies to fix the warning. > appsignal.rb:7: 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.
- Loading branch information