Unverified Commit bc47cd47 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #202511 from raboof/jekyll-fix-updating

jekyll: force ruby platform when updating dependencies
parents 2b3c7b8c d0ebe6b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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