appsignal / appsignal-ruby

🟥 AppSignal for Ruby gem
https://www.appsignal.com/ruby
MIT License
181 stars 115 forks source link

Add logger gem as a dependency #1296

Closed tombruijn closed 2 weeks ago

tombruijn commented 2 weeks ago

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.