* Let's cache our gems in vendor/cache! This PR adds in bundle package caching which will help speed up deployments by caching all of the gems that we use in our git repo. This was done with the following commands on a fresh repo clone: bundle install bundle package --all This cached all of our gems in vendor/cache and when you do a bundle install to update gems from the Gemfile, it will update our gem cache too. You can read more about bundle package here: https://bundler.io/man/bundle-package.1.html * Add in bundle config set cache_all true to bin/setup so it gets set for everyone.
6.5 KiB
6.5 KiB