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
This is a temporary fix. Change needs to be done on rspec-dev
On Bundler 2.1.0 the loading of rubygems has been rewritten. It breaks
our existing usage of command execution. The --disable=gem flag is
problematic because we need to load rubygems in Bundler, because it is
not explicitly loaded.
Related:
- rubygems/bundler#7487
0 commit comments