You may get the error killed
when trying to run the bundle
command or the learn
or learn open
command. To fix this, run the following in your lab directory:rm Gemfile.lock && bundle
This should solve the issue for ruby labs!
You may get the error killed
when trying to run the bundle
command or the learn
or learn open
command. To fix this, run the following in your lab directory:rm Gemfile.lock && bundle
This should solve the issue for ruby labs!