mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 22:53:51 +00:00
build: update build settings
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -2,10 +2,10 @@
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "jekyll-theme-chirpy", "~> 6.0", ">= 6.0.1"
|
||||
gem "jekyll-theme-chirpy", "~> 6.2", ">= 6.2.2"
|
||||
|
||||
group :test do
|
||||
gem "html-proofer", "~> 3.18"
|
||||
gem "html-proofer", "~> 4.4"
|
||||
end
|
||||
|
||||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
@@ -26,5 +26,3 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
|
||||
if RUBY_PLATFORM =~ /linux-musl/
|
||||
gem "jekyll-sass-converter", "~> 2.0"
|
||||
end
|
||||
|
||||
gem 'jekyll-include-cache'
|
||||
|
||||
Reference in New Issue
Block a user