-
Notifications
You must be signed in to change notification settings - Fork 458
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
missing dependency: erb #1212
Comments
I think the idea is to support Ruby >=3.0 in Kamal.
This should not be the case 🙂 |
thank you for your clarification. that seems strange. now i know that erb is a template language ^^ (im neither a rails nor a ruby developer)
thx, i will try to find that out |
ok, it seems the ruby pkg isn't requiring the ruby-erb pkg according to https://archlinux.org/packages/extra/x86_64/ruby/ |
for future non rails/ruby people using arch: there is a default pkg for ruby :) |
thank you for your wonderful project.
after playing around with it in a docker shell i'm convinced to try it in rl.
but on a fresh install, after installing ruby 3.3.5 via
pacseek
and kamal viagem install kamal
im not able to run kamalafter manually installing erb via
gem install erb
its working.i've looked in the gem spec file, and there is no erb package specified.
maybe makes sense because every rails developer already has erb (im pretty sure i know thats a webserver, so rails maybe use it) in his ruby env so no one noticed this little issue.
The text was updated successfully, but these errors were encountered: