mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Merge pull request #1883 from chef/nls/fix-hab
Use RubyGems version for habitat plan
This commit is contained in:
commit
6d735c3235
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ do_prepare() {
|
|||
# Instead, we build a minimal Gemfile in the $CACHE_PATH and bundle using that.
|
||||
cat > "$CACHE_PATH/Gemfile" <<GEMFILE
|
||||
source 'https://rubygems.org'
|
||||
gem '$pkg_name', path: '$SRC_PATH'
|
||||
gem '$pkg_name', '= $pkg_version'
|
||||
GEMFILE
|
||||
|
||||
export BUNDLE_SILENCE_ROOT_WARNING GEM_HOME GEM_PATH
|
||||
|
|
Loading…
Add table
Reference in a new issue