Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use explicit gemfile in bundle exec in CI build
These calls to `bundle exec` all come after a call to `bundle install --gemfile=xxx` and the latter will only take effect if we use `bundle exec --gemfile=xxx` (or if the `BUNDLE_GEMFILE` is set). In practice all these cases are using the default `Gemfile`, so these changes don't actually have any effect. However, I think making things explicit makes the code easier to follow.
- Loading branch information