Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Beikewzh committed Nov 8, 2024
1 parent f7405a7 commit 1768eeb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
12 changes: 2 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
source "https://rubygems.org"

# Specify Jekyll version
gem "jekyll", "~> 4.3"

# Add required plugins (if any)
gem "jekyll-environment-variables"
gem "webrick", "~> 1.7"

# GitHub Pages gem to ensure compatibility
group :jekyll_plugins do
gem "github-pages", "~> 232", require: false
end
gem "jekyll", "~> 4.3"
gem "jekyll-environment-variables"
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,28 +64,28 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.8)
rexml (3.3.9)
rouge (4.4.0)
safe_yaml (1.0.5)
sass-embedded (1.80.3)
sass-embedded (1.80.6)
google-protobuf (~> 4.28)
rake (>= 13)
sass-embedded (1.80.3-aarch64-mingw-ucrt)
sass-embedded (1.80.6-aarch64-mingw-ucrt)
google-protobuf (~> 4.28)
sass-embedded (1.80.3-arm64-darwin)
sass-embedded (1.80.6-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.3-x86-cygwin)
sass-embedded (1.80.6-x86-cygwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.3-x86-mingw-ucrt)
sass-embedded (1.80.6-x86-mingw-ucrt)
google-protobuf (~> 4.28)
sass-embedded (1.80.3-x86_64-cygwin)
sass-embedded (1.80.6-x86_64-cygwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.3-x86_64-darwin)
sass-embedded (1.80.6-x86_64-darwin)
google-protobuf (~> 4.28)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0)
webrick (1.8.2)
webrick (1.9.0)

PLATFORMS
aarch64-mingw-ucrt
Expand Down

0 comments on commit 1768eeb

Please sign in to comment.