require: 'mysql2' is NOT working in bundler
nnat425 opened this issue · 3 comments
nnat425 commented
Receiving the following error in my files when executing or running tests:
cannot load such file -- mysql2/mysql2
.
nnat425 commented
Why was this closed?
metaskills commented
Sorry, I made comments in other issues and I should have shared here. Given Lambda Containers are a thing now... and coupled with the fact that there are no AWS provided Amazon Linux 2 / Lambda containers higher than Ruby 2.7, I'd like to consider this project deprecated in favor of using custom images with the RIC installed. This is really easy to do and I outlined it here for those curious. rails-lambda/lamby-cookiecutter#21
Is that more helpful?
nnat425 commented
Yes! Thank you!