Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround Rails failure to properly require logger prior to Rails 7.1 #188

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

jrochkind
Copy link
Contributor

@jrochkind jrochkind commented Jan 21, 2025

By using old version of concurrent-ruby that require'd logger itself and masked bug. Tried to workaround in other ways like adding 'logger' explicitly to gemfile or gemspec, but had a lot of mysterious trouble getting that to work.

See rails/rails#54264

By using old version of concurrent-ruby that require'd logger itself and masked bug. Tried to workaround in other ways like adding 'logger' explicitly to gemfile or gemspec, but had a lot of mysterious trouble getting that to work.
@jrochkind jrochkind merged commit fd8146b into master Jan 21, 2025
7 checks passed
@jrochkind jrochkind deleted the workaround_rails_logger_require_bug branch January 21, 2025 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant