mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-08-19 01:15:44 +10:00
Update critical file(s) according to Chirpy v4.3.0
This commit is contained in:
12
Gemfile
12
Gemfile
@ -1,11 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "jekyll-theme-chirpy", "~> 4.2", ">= 4.2.1"
|
||||
|
||||
group :jekyll_plugins do
|
||||
# If you have any plugins, put them here!
|
||||
# gem "jekyll-xxx", "~> x.y"
|
||||
end
|
||||
gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.0"
|
||||
|
||||
group :test do
|
||||
gem "html-proofer", "~> 3.18"
|
||||
@ -20,3 +17,6 @@ end
|
||||
|
||||
# Performance-booster for watching directories on Windows
|
||||
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
|
||||
|
||||
# Jekyll <= 4.2.0 compatibility with Ruby 3.0
|
||||
gem "webrick", "~> 1.7"
|
||||
|
Reference in New Issue
Block a user