Skip to content

Instantly share code, notes, and snippets.

@mayra-cabrera
Created December 11, 2014 19:24
Show Gist options
  • Save mayra-cabrera/cbba64a1144436544275 to your computer and use it in GitHub Desktop.
Save mayra-cabrera/cbba64a1144436544275 to your computer and use it in GitHub Desktop.
Clear cache from production/staging server

Running something like

 bundle install --without nothing 

should clear the cache, not sure if it is recommended though. This is one seems a lot better

 rm .bundle/config

See this issue apparently it was already fix :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment