Skip to content

Commit

Permalink
fix rake package bug - set gemfile explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailM committed Dec 28, 2020
1 parent fa8acd0 commit e47acf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ namespace :package do

cd TMP_DIR do
Bundler.with_clean_env do
sh 'env BUNDLE_IGNORE_CONFIG=1 bundle install --path vendor ' \
'--without development test'
sh "env BUNDLE_IGNORE_CONFIG=1 BUNDLE_GEMFILE=#{TMP_DIR}/Gemfile" \
' bundle install --path vendor --without development test'
end

cd 'vendor/ruby/2.2.0' do
Expand Down

0 comments on commit e47acf9

Please sign in to comment.