Commit ba8ff77
Update
`BUNDLE_FORCE_RUBY_PLATFORM` `true` should force `nokogiri` being build
via source. This seems wasteful given Bundler should be able to use the
appropriate platform for it depending on the machine it's running from,
but that hasn't been the case for me recently, see
#385.
Without this setting, I am unable to `bundle exec rake new_release`.
Something is on my mind, though: Why does `rm -rf vendor/bundle &&
bundle install` work on my machine but the `bundle install` run from the
`new_release` Rake task fails?.bundle/config syntax to work across platforms1 parent 1608328 commit ba8ff77
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
0 commit comments