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 ActiveSupport bug missing require #20801

Merged
merged 1 commit into from Feb 21, 2018

Conversation

wjordan
Copy link
Contributor

@wjordan wjordan commented Feb 21, 2018

This PR works around an ActiveSupport bug missing a require statement on certain platforms, due to a platform-dependent require in active_support/core_ext sometimes triggering a load-order-dependent missing-require error (rails/rails#28918).

The bug is fixed in ActiveSupport 5.1.1; until we upgrade, this workaround should avoid triggering this bug in the update_certs script.

@wjordan wjordan requested review from drewsamnick and removed request for drewsamnick February 21, 2018 21:00
@wjordan wjordan merged commit 361d31c into staging Feb 21, 2018
@wjordan
Copy link
Contributor Author

wjordan commented Feb 21, 2018

@drewsamnick you can merge staging into your local branch now to unblock on this error.

@wjordan wjordan deleted the activesupport_bug_workaround branch February 21, 2018 23:10
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.

None yet

1 participant