Ruby gems do not persist across workspace restarts #57
Labels
awaiting-gitpod-internal-fix
The issue will be addressed by the gitpod team
internal-gitpod-bug
Bug in the Gitpod platform itself
Describe the bug
Any ruby gems installed when the workspace is initialized do not persist when the workspace is stoped and restarted.
Steps to reproduce
install
value is set to1
in thegithub-changelog-generator
section ofstarter.ini
gem query --local | grep github_changelog_generator
github_changelog_generator (1.15.2)
gem query --local | grep github_changelog_generator
Furthermore after restarting the workspace and running
rake changelog
you will see the following error:Expected behavior
All ruby gems installed during workspace initialization should persist across workspace restarts
Additional information
See here.
There are many gems installed internall by gitpod that are also blown away on workspace restart.
Location of installed gems:
ls -al /home/gitpod/.rvm/gems/ruby-2.6.6/gems
The text was updated successfully, but these errors were encountered: