Skip to content

Commit

Permalink
Address jekyll/minima#709 by downgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Sep 8, 2023
1 parent f7f2197 commit fc13573
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ gem "jekyll", "~> 4.3.2"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima"#, "~> 2.5"

# To avoid errors about minima division:
# https://github.com/jekyll/minima/issues/709
gem "jekyll-sass-converter", "~> 2.2.0"

gem "sass-embedded", "1.54.6"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
Expand Down Expand Up @@ -73,6 +73,8 @@ GEM
sass-embedded (1.54.6)
google-protobuf (~> 3.19)
rake (>= 10.0.0)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
Expand All @@ -86,6 +88,7 @@ DEPENDENCIES
jekyll-cloudinary
jekyll-feed
jekyll-redirect-from
jekyll-sass-converter (~> 2.2.0)
jekyll-sitemap
minima
sass-embedded (= 1.54.6)
Expand Down

0 comments on commit fc13573

Please sign in to comment.