diff --git a/nla-deploy.sh b/nla-deploy.sh index 683acb33..abeaaa2f 100644 --- a/nla-deploy.sh +++ b/nla-deploy.sh @@ -32,7 +32,7 @@ gem update --system gem install bundler bundle config --local jobs $(nproc) bundle config --local path "vendor/bundle" -bundle config --local build.nokogiri --use-system-libraries +bundle config set force_ruby_platform true if [[ "$RAILS_ENV" == "staging" || "$RAILS_ENV" == "production" ]]; then bundle config --local without "development:test"