Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Use dev version of minima
  • Loading branch information
TobiGr committed Jul 20, 2024
1 parent f8ada22 commit b5d693d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ ruby RUBY_VERSION
# bundle exec jekyll serve
#

gem "jekyll", "4.3.0"
gem "jekyll", "4.3.3"

# Fix development command "jekyll serve"
# Can be removed when upgrading to Jekyll 4.3
gem "webrick", "~> 1.8"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5", ">= 2.5.1"
# 2.5 is the latest official release which was made in 2019.
# However, it is incompatible with the modern SASS specifications which was solved on the master branch in 2022.
gem "minima", "~> 3.0.0.dev", github: "jekyll/minima"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
Expand Down
25 changes: 15 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/jekyll/minima.git
revision: 1d5286cf9a1aae34078420d183d560dd673d98b5
specs:
minima (3.0.0.dev)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -15,7 +24,7 @@ GEM
http_parser.rb (0.8.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.3.0)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -51,13 +60,9 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.1.1)
public_suffix (6.0.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
Expand All @@ -66,7 +71,7 @@ GEM
strscan
rouge (4.3.0)
safe_yaml (1.0.5)
sass-embedded (1.63.6)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
strscan (3.1.0)
Expand All @@ -79,15 +84,15 @@ PLATFORMS
ruby

DEPENDENCIES
jekyll (= 4.3.0)
jekyll (= 4.3.3)
jekyll-feed (~> 0.16, >= 0.16.0)
jekyll-paginate
jekyll-redirect-from
minima (~> 2.5, >= 2.5.1)
minima (~> 3.0.0.dev)!
webrick (~> 1.8)

RUBY VERSION
ruby 2.7.8p225
ruby 3.0.2p107

BUNDLED WITH
2.1.4

0 comments on commit b5d693d

Please sign in to comment.