mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2026-09-15 08:31:11 +08:00
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
source "https://gems.ruby-china.com"
|
||||
source "https://rubygems.org"
|
||||
# Hello! This is where you manage which Jekyll version is used to run.
|
||||
# When you want to use a different version, change it below, save the
|
||||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
|
||||
@@ -7,32 +7,29 @@ source "https://gems.ruby-china.com"
|
||||
#
|
||||
# This will help ensure the proper Jekyll version is running.
|
||||
# Happy Jekylling!
|
||||
gem "jekyll", "~> 4.2.2"
|
||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||
gem "minimal-mistakes-jekyll"
|
||||
gem "logger", "1.4.2"
|
||||
gem "jekyll", "4.4.1"
|
||||
gem "minimal-mistakes-jekyll", "4.27.3"
|
||||
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-paginate"
|
||||
gem "jekyll-sitemap"
|
||||
gem "jekyll-gist"
|
||||
gem "jekyll-feed"
|
||||
gem "jemoji"
|
||||
gem "jekyll-include-cache"
|
||||
gem "jekyll-algolia"
|
||||
gem "jekyll-remote-theme"
|
||||
gem "jekyll-archives"
|
||||
gem "jekyll-seo-tag"
|
||||
gem "jekyll-paginate", "1.1.0"
|
||||
gem "jekyll-sitemap", "1.4.0"
|
||||
gem "jekyll-gist", "1.5.0"
|
||||
gem "jekyll-feed", "0.17.0"
|
||||
gem "jemoji", "0.13.0"
|
||||
gem "jekyll-include-cache", "0.2.1"
|
||||
gem "jekyll-algolia", "1.7.1"
|
||||
gem "jekyll-archives", "2.3.0"
|
||||
gem "jekyll-seo-tag", "2.8.0"
|
||||
end
|
||||
|
||||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
# and associated library.
|
||||
platforms :mingw, :x64_mingw, :mswin, :jruby do
|
||||
gem "tzinfo"
|
||||
gem "tzinfo-data"
|
||||
platforms :windows, :jruby do
|
||||
gem "tzinfo", "2.0.6"
|
||||
gem "tzinfo-data", "1.2025.2"
|
||||
end
|
||||
|
||||
# Performance-booster for watching directories on Windows
|
||||
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
||||
gem "wdm", "0.2.0", :platforms => [:windows]
|
||||
|
||||
gem "webrick", "~> 1.7"
|
||||
gem "http_parser.rb", "0.8.0", :platforms => [:jruby]
|
||||
|
||||
Reference in New Issue
Block a user