diff --git a/HowtoDebian/MigrationStretchBuster.md b/HowtoDebian/MigrationStretchBuster.md index b07071c6..1996e160 100644 --- a/HowtoDebian/MigrationStretchBuster.md +++ b/HowtoDebian/MigrationStretchBuster.md @@ -160,4 +160,18 @@ Si on veut faire la fusion il faut installer le paquet `usrmerge`. ``` # apt install usrmerge -``` \ No newline at end of file +``` + +## Écosystème Ruby on Rails + +On peut avoir des erreurs avec des gems. + +~~~ +bundle[3404]: LoadError: libmariadbclient.so.18: cannot open shared object file: No such file or directory - +~~~ + +Il faut mettre à jour si le projet utilise bundle. + +~~~ +$ systemctl --user status puma +~~~ \ No newline at end of file