Skip to content

Commit

Permalink
Merge pull request #1219 from nla/nokogiri-1183-test
Browse files Browse the repository at this point in the history
Fix deploy issues using precompiled Nokogiri
  • Loading branch information
CEdwardsBlasikiewicz authored Feb 21, 2025
2 parents 0cff385 + 48a5d34 commit c1591a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nla-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c1591a3

Please sign in to comment.