Skip to content

Commit

Permalink
Adapted gulpfile for new windows security update
Browse files Browse the repository at this point in the history
  • Loading branch information
PettingStrings committed Sep 9, 2024
1 parent 0cbbf67 commit 7dcdfbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7,711 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ GEM
racc (~> 1.4)
nokogiri (1.16.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.16.4-x86-linux)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-darwin)
Expand Down Expand Up @@ -275,6 +277,7 @@ PLATFORMS
aarch64-linux
arm-linux
arm64-darwin
x64-mingw-ucrt
x86-linux
x86_64-darwin
x86_64-linux
Expand Down
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ function jekyll(done) {
'--config=_config.yml,_config_dev.yml'
],
{
stdio: 'inherit'
stdio: 'inherit',
shell: true
}
)
.on('close', done);
Expand Down
Loading

0 comments on commit 7dcdfbd

Please sign in to comment.