You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --gemfile option not to rely on BUNDLE_GEMFILE environment variable
The env var `BUNDLE_GEMFILE` was used to specify the Gemfile path by
bundler. However, bundler somehow discards the env var when nested
`bundle exec`. This commit adds `--gemfile` option to specify the
Gemfile path explicitly without relying on the env var propagation.
0 commit comments