Comment 20 for bug 1866176

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-openstack-integration (stable/rocky)

Reviewed: https://review.opendev.org/717998
Committed: https://git.openstack.org/cgit/openstack/puppet-openstack-integration/commit/?id=3bb858507f4279a6bc771ccad4a4ed6efd30bf99
Submitter: Zuul
Branch: stable/rocky

commit 3bb858507f4279a6bc771ccad4a4ed6efd30bf99
Author: Takashi Kajinami <email address hidden>
Date: Fri Mar 6 00:18:42 2020 +0900

    Set --no-user-install in gem install

    Since --user-install was enabled by default in gem[1], we need to set
    --no-user-install to make "gem install" refer GEM_HOME.

    Closes-Bug: #1866176
    [1] https://github.com/rubygems/rubygems/pull/2847

    Change-Id: Id640ec2cb1012e99826cb990fb4995945183521d
    (cherry picked from commit 3b266e9a36343b5e26866beeb1a129ab6421ac1a)