Skip to content

Commit

Permalink
chore(deps): lock jekyll-sass-converter to v2.x on Linux-musl (co…
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Jan 6, 2023
1 parent f2d2858 commit 9f88426
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?

# Lock jekyll-sass-converter to 2.x on Linux-musl
install_if -> { RUBY_PLATFORM =~ /linux-musl/ } do
gem "jekyll-sass-converter", "~> 2.0"
end

0 comments on commit 9f88426

Please sign in to comment.