Skip to content

Commit

Permalink
added bundle config in plan.ps1
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Sep 18, 2024
1 parent 9975ff9 commit a367bdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ group :development do
gem "webmock", ">= 1.11"
gem "http", ">= 0.9.8"
gem "chefstyle"
gem "appbundler"
end

gem "appbundler"


instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"]

# If you want to load debugging tools into the bundle exec sandbox,
Expand Down
4 changes: 3 additions & 1 deletion habitat/plan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ function Invoke-Build {
bundle config --local jobs 4
bundle config --local retry 5
bundle config --local silence_root_warning 1
# bundle config set --local without dep_selector
# bundle config set --local without dep-selector-libgecode
Write-BuildLine " ** Using bundler to retrieve the Ruby dependencies"
bundle install
bundle install --without development

gem build berkshelf.gemspec
Write-BuildLine " ** Using gem to install"
Expand Down

0 comments on commit a367bdc

Please sign in to comment.