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
Fix compatibility of MSYS2 dependency installer with bundler
Bundler calls the `Gem.pre_install hook`, but always sets `:ignore_dependencies=>true` in the options.
That's why `bundle install` didn't respect `msys2_mingw_dependencies` in gemspec metadata.
There is no option in bundler to ignore dependencies, so that pacman installation is now forced in the bundler case.
0 commit comments