'Kernel.require': cannot load such file
Error
#2949
-
I was updating my website after a while and did the following: docker compose pull
docker compose build
docker compose up I ran into the following error:
My platform is WSL2.0. I'll be happy to provide any other information as needed. |
Beta Was this translation helpful? Give feedback.
Answered by
george-gca
Jan 12, 2025
Replies: 1 comment 1 reply
-
Not sure this is actually the error, but in case it is, check if you are running the latest version of our code. We added Line 33 in f233233 If you are not, you should add this to your |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jaiarora0011
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure this is actually the error, but in case it is, check if you are running the latest version of our code. We added
observer
to ourGemfile
:al-folio/Gemfile
Line 33 in f233233
If you are not, you should add this to your
Gemfile
and recreate yourGemfile.lock
, or simply replace these 2 files in your repository with our versions.