This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #4075 - bundler:reraise-orig-exception, r=segiddins
Fix Gem::SystemExitException initialization Previously, we would attempt to initialize `Gem::SystemExitException` without an argument, which would result in an `ArgumentError` since the argument is required (from Rubygems 1.3 all the way to 2.4). I don't know how we missed this all this time. Maybe that path is not even hit anymore. Anyway, we don't even have to initialize a new exception, just re-raising the one we've rescued is sufficient.
- Loading branch information