Closed vitalyliber closed 2 years ago
Removed $LOAD_PATH variable from using in code.
I spent 3 days to find and fix this bug 🔮
Using this global variable $LOAD_PATH broke the require in our Rails app (rails 6.1.6):
require
Thank you for your work!
Thank you for the PR! I have merged it and released the updated gem.
Removed $LOAD_PATH variable from using in code.
I spent 3 days to find and fix this bug 🔮
Using this global variable $LOAD_PATH broke the
require
in our Rails app (rails 6.1.6):Thank you for your work!