Skip to content

Commit 8c2bf29

Browse files
author
Sachin
committed
Revert "add force_ruby_platform to use via bundle install"
This reverts commit fcdfa88.
1 parent fcdfa88 commit 8c2bf29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

habitat/plan.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ function Invoke-Build {
4343
bundle config --local jobs 4
4444
bundle config --local retry 5
4545
bundle config --local silence_root_warning 1
46-
bundle config set --local force_ruby_platform false
4746
Write-BuildLine " ** Using bundler to retrieve the Ruby dependencies"
4847
bundle install
4948

@@ -68,7 +67,7 @@ function Invoke-Install {
6867
Push-Location $pkg_prefix
6968
bundle config --local gemfile $project_root/Gemfile
7069
Write-BuildLine "** generating binstubs for chef-cli with precise version pins"
71-
Write-BuildLine "** generating binstubs for chef-cli with precise version pins $project_root $pkg_prefix/bin "
70+
Write-BuildLine "** generating binstubs for chef-cli with precise version pins $project_root $pkg_prefix/bin "
7271
Invoke-Expression -Command "appbundler.bat $project_root $pkg_prefix/bin chef-cli"
7372
If ($lastexitcode -ne 0) { Exit $lastexitcode }
7473
Write-BuildLine " ** Running the chef-cli project's 'rake install' to install the path-based gems so they look like any other installed gem."

0 commit comments

Comments
 (0)