actindi / act-fluent-logger-rails

Fluent logger
MIT License
118 stars 72 forks source link

Rails 7 support #71

Closed mattr closed 2 years ago

mattr commented 2 years ago

Rails 7 is out. Let's support it.

I've submitted a patch (PR: https://github.com/actindi/act-fluent-logger-rails/pull/70) to remove the upper bound on rails versions in the gemfile. (This could be set to < 8.0; however, unless or until the Rails team announce significant breaking changes, it may be better to leave it open-ended.)

Tested with Loki integration for a small app to confirm that it is working.

s4na commented 2 years ago

Thank you for PR.

https://github.com/actindi/act-fluent-logger-rails/pull/70