thoughtbot / appraisal

A Ruby library for testing your library against different versions of dependencies.
https://thoughtbot.com
MIT License
1.26k stars 107 forks source link

Circle CI caching #175

Closed rpbaltazar closed 3 years ago

rpbaltazar commented 3 years ago

The recommendation suggests that we don't commit the gemfile locks to the repo. Circle caching suggestion is based on the checksum of the lockfile.

This way the cache will never work for the different appraisals.

Is there a recommended way of handling that?

n-rodriguez commented 3 years ago

The recommendation suggests that we don't commit the gemfile locks to the repo.

Actually this has changed

n-rodriguez commented 3 years ago

https://github.com/rubygems/rubygems/issues/3372