Previously, we found that validations failed after the validation changes are deployed. In my tests, I realized that the validations failed due to Gemfile.lock changing after the bundle install step. I decided to filter out the Gemfile.lock file. Alternatively, we could move the validation step before the gem install step, but making sure that `bundle install` runs before any ruby script is run sounded like a better idea.
1.5 KiB
1.5 KiB