mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #202511 from raboof/jekyll-fix-updating
jekyll: force ruby platform when updating dependencies
This commit is contained in:
commit
bc47cd4770
@ -9,7 +9,7 @@ readonly BASEDIR="$(dirname $(readlink -f $0))"
|
||||
for directory in "basic" "full"; do
|
||||
pushd "$BASEDIR/$directory"
|
||||
rm -f Gemfile.lock gemset.nix
|
||||
bundix --magic
|
||||
BUNDLE_FORCE_RUBY_PLATFORM=true bundix --magic
|
||||
rm -rf .bundle vendor
|
||||
popd
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user