Skip to content

Commit

Permalink
Update Jekyll 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed Sep 1, 2024
1 parent cd746df commit 2f0bc8f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
source "https://rubygems.org"

gem "jekyll", "~> 4.2.2"
gem "jekyll", "~> 4.3.3"
gem "webrick", "~> 1.7"
# Required to use --livereload option.
# Other gem versions are incompatible with the newer ruby version.
Expand Down
35 changes: 20 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,33 @@ GEM
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
forwardable-extended (2.6.0)
google-protobuf (3.25.4-arm64-darwin)
google-protobuf (3.25.4-x86_64-darwin)
http_parser.rb (0.8.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-feed (0.15.1)
jekyll (>= 3.7, < 5.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.7.1)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
Expand All @@ -67,14 +70,16 @@ GEM
ffi (~> 1.0)
rexml (3.3.6)
strscan
rouge (3.30.0)
rouge (4.3.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sass-embedded (1.69.5-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.69.5-x86_64-darwin)
google-protobuf (~> 3.23)
strscan (3.1.0)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
webrick (1.7.0)

PLATFORMS
Expand All @@ -84,7 +89,7 @@ PLATFORMS

DEPENDENCIES
eventmachine (= 1.3.0.dev.1)!
jekyll (~> 4.2.2)
jekyll (~> 4.3.3)
jekyll-feed (~> 0.12)
jekyll-redirect-from (~> 0.16.0)
kramdown-parser-gfm (~> 1.1)
Expand Down
4 changes: 4 additions & 0 deletions css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,10 @@ video {
display: none;
}

.h-1 {
height: 0.25rem;
}

.h-3 {
height: 0.75rem;
}
Expand Down

0 comments on commit 2f0bc8f

Please sign in to comment.