Skip to content

Commit

Permalink
Gemfile: pin jekyll-sass-converter to v2.2
Browse files Browse the repository at this point in the history
Updating to Jekyll 4.3.0 and above causes build warnings as this
converter has switched to a different implementation (sass-embedded).
[0]

As the theme is intended to be GitHub Pages compatible (which, by the
way, has a horribly outdated Jekyll version), these warnings are not
avoidable on later Jekyll versions which have added support for the
latest version of jekyll-sass-converter.

Since Jekyll still supports the older, now-deprecated sassc-based
version [1], let's just keep it that way.

[0]: mmistakes#4054
[1]: https://github.com/jekyll/jekyll/blob/v4.3.2/jekyll.gemspec#L39
  • Loading branch information
lifehackerhansol committed Mar 24, 2024
1 parent 13df935 commit 275bb84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source "https://rubygems.org"
gemspec
gem "jekyll-sass-converter", "~>2.2"
gemspec

0 comments on commit 275bb84

Please sign in to comment.