mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2026-06-07 03:37:57 +00:00
Update critical file(s) according to Chirpy v7.5.0
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -2,13 +2,13 @@
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "jekyll-theme-chirpy", "~> 7.4", ">= 7.4.1"
|
||||
gem "jekyll-theme-chirpy", "~> 7.5"
|
||||
|
||||
gem "html-proofer", "~> 5.0", group: :test
|
||||
|
||||
platforms :mingw, :x64_mingw, :mswin, :jruby do
|
||||
platforms :windows, :jruby do
|
||||
gem "tzinfo", ">= 1", "< 3"
|
||||
gem "tzinfo-data"
|
||||
end
|
||||
|
||||
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
|
||||
gem "wdm", "~> 0.2.0", :platforms => [:windows]
|
||||
|
||||
Reference in New Issue
Block a user