rubygems / bundler

Manage your Ruby application's gem dependencies
https://bundler.io
MIT License
4.88k stars 2k forks source link

Simplify arguments to `sh` #7609

Closed nobu closed 4 years ago

nobu commented 4 years ago

Get rid of escaping and splitting shell code repeatedly.

What was the end-user or developer problem that led to this PR?

No changes for the end-users.

What is your fix for the problem, implemented in this PR?

As built_gem_path in install_gems is not escaped, this may fix a trouble in the case the argument have shell special characters.

deivid-rodriguez commented 4 years ago

@bundlerbot merge

ghost commented 4 years ago

Build succeeded