From d32c6c69d61f3e01cca833f3cacd78663f3046a6 Mon Sep 17 00:00:00 2001 From: bserie Date: Fri, 3 Jul 2020 04:41:48 +0200 Subject: [PATCH] =?UTF-8?q?=C3=89cosyst=C3=A8me=20Ruby=20on=20Rails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoDebian/MigrationStretchBuster.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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