Closed ClementKerneur closed 4 years ago
I specified byebug (11.1.2) in mt Gemfile.lock to await the release of a precompiled byebug v11.1.3
Nice i solve also this issue when I downgrade to byebug v11.1.2 (temporary)
Getting this same issue for byebug and for puma as well, is downgrading the only available and possible option to fix this?
=> Replacing compiled gems with AWS Lambda Linux compiled versions: /tmp/jets/conectar-message-dispatcher/stage/opt Checking projects gems for binary Lambda gems... Your project requires compiled gems were not available in any of your lambdagems sources. Unavailable pre-compiled gems:
Your current lambdagems sources:
Jets is unable to build a deployment package that will work on AWS Lambda without the required pre-compiled gems. To remedy this, you can:
Downgrading puma to v4.3.3 fixed the issue for me, v4.3.4 also didn't work.
Get this too.
It helped me. Thank you!
When I deploy a Jets application :
But this version of byebug (11.1.3) seems declared in Lambda Gems
Gemfile
Temporary solution
I comment this line
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
My Environment
Thanks