Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source "https://rubygems.org"
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.3.4"
gem "jekyll-theme-chirpy", "~> 7.2.2"
gem "jekyll-theme-chirpy", "~> 7.2.3"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", "~> 215", group: :jekyll_plugins
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-theme-chirpy (7.2.2)
jekyll-theme-chirpy (7.2.3)
jekyll (~> 4.3)
jekyll-archives (~> 2.2)
jekyll-include-cache (~> 0.2)
Expand All @@ -76,14 +76,14 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.9)
rexml (3.4.0)
rouge (4.5.1)
safe_yaml (1.0.5)
sass-embedded (1.82.0-x64-mingw-ucrt)
sass-embedded (1.83.0-x64-mingw-ucrt)
google-protobuf (~> 4.28)
sass-embedded (1.82.0-x64-mingw32)
sass-embedded (1.83.0-x64-mingw32)
google-protobuf (~> 4.28)
sass-embedded (1.82.0-x86_64-linux-gnu)
sass-embedded (1.83.0-x86_64-linux-gnu)
google-protobuf (~> 4.28)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -102,7 +102,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.3.4)
jekyll-feed (~> 0.17.0)
jekyll-theme-chirpy (~> 7.2.2)
jekyll-theme-chirpy (~> 7.2.3)
tzinfo (~> 2.0.4)
tzinfo-data

Expand Down
Loading