lib/renuo/cli/app/templates/semaphore/bin/cache_store.erb in renuo-cli-3.0.0 vs lib/renuo/cli/app/templates/semaphore/bin/cache_store.erb in renuo-cli-3.1.0
- old
+ new
@@ -4,10 +4,10 @@
do
case $cache_group in
rails)
cache store nvm-$SEMAPHORE_GIT_BRANCH-$(checksum .nvmrc) $HOME/.nvm
- cache store gems-$SEMAPHORE_GIT_BRANCH-$(checksum Gemfile.lock) vendor/bundle
+ cache store gems-$SEMAPHORE_GIT_BRANCH-$(checksum .ruby-version)-$(checksum Gemfile.lock) vendor/bundle
cache store yarn-cache-$SEMAPHORE_GIT_BRANCH-$(checksum yarn.lock) $HOME/.cache/yarn
cache store node-modules-$SEMAPHORE_GIT_BRANCH-$(checksum yarn.lock) node_modules
;;
python)