mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
Remove requirement for admin prompt when install ruby gems #239
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @golbiga on GitHub.
Originally assigned to: @golbiga, @brodjieski on GitHub.
Asciidoctor, Asciidoctor-pdf, and rogue are requirements for the project. As designed an admin is prompted for password when running
bundle install. If we change this tobundle install --gemfile <Gemfile> --binstubs --path mscp_gemswe can install the gems within the project folder and there will be no more prompts.