diff --git a/script/build b/script/build index 587274166..c3fb95e9d 100755 --- a/script/build +++ b/script/build @@ -1,2 +1,2 @@ #!/usr/bin/env ruby -system('bundle exec rake') +system('BUNDLE_GEMFILE=./Gemfile bundle exec rake')