Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fix: update ruby gems
- Pin jekyll - Pin jekyll-sass-converter to older 2.0 version - Remove assets.precompile (fix for jekyll-assets plugin to work in updated jekyll/sprockets)
- Loading branch information
1 parent
5e76446
commit e51e7b6
Showing
3 changed files
with
17 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "jekyll-assets", git: "https://github.com/envygeeks/jekyll-assets", group: :jekyll_plugins | ||
gem "jekyll" | ||
gem "jekyll", ">= 3.5", "< 5.0" | ||
gem 'html-proofer', '~> 3.3' | ||
gem "kramdown-parser-gfm" | ||
gem "jekyll-include-cache", "~> 0.2" | ||
# Can't use jekyll-sass-converter "~> 3.0" in alpine based images: https://github.com/sass/dart-sass-embedded/issues/106#issuecomment-1374950950 | ||
gem "jekyll-sass-converter", "~> 2.0" | ||
|
||
gem "sprockets", "~> 4.2", ">= 4.2.0" | ||
gem "sprockets", "~> 4.0" | ||
gem "nokogiri", ">= 1.12.5" | ||
gem "kramdown", ">= 2.3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters