Merge pull request #1883 from chef/nls/fix-hab

Use RubyGems version for habitat plan
This commit is contained in:
Adam Leff 2017-06-01 18:09:23 -04:00 committed by GitHub
commit 6d735c3235

View file

@ -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