sylhare / Type-on-Strap

🎨 Simplistic, responsive jekyll based open source theme
https://sylhare.github.io/Type-on-Strap/
MIT License
814 stars 902 forks source link

Update gitpod to persist installed gems with bundler #324

Closed sylhare closed 3 years ago

sylhare commented 3 years ago

Seems like when running bundle install in gitpod prebuild the installation does not stay cached. It could be linked to the way ruby is installed in the docker image.

So I'll try to install locally and see if the changes are persisted.