Is there a way to cache my dependencies that I get from bundler (using bundle install)? I know there's the cache_dependencies command that I can use in circle.yml, but I'm not sure what pathway to pass to it.
For reference, in TravisCI, you can cache bundler by using
cache: bundler
By default, CircleCI will cache vendor/bundle and ~/.bundle so if you let it run bundler for you everything should be cached automatically.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With