1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Update Jekyll to version 4.3.4 (#2066)

This commit is contained in:
Paweł Kuna
2025-01-17 22:03:38 +01:00
committed by GitHub
parent d82f94e677
commit e53942f4a6
3 changed files with 8 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Update Jekyll to version 4.3.4

View File

@@ -1,6 +1,6 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "jekyll", "4.3.3" gem "jekyll", "4.3.4"
group :jekyll_plugins do group :jekyll_plugins do
gem "jekyll-random" gem "jekyll-random"
@@ -10,5 +10,3 @@ group :jekyll_plugins do
end end
gem 'wdm', '>= 0.1.1' if Gem.win_platform? gem 'wdm', '>= 0.1.1' if Gem.win_platform?

View File

@@ -24,7 +24,7 @@ GEM
http_parser.rb (0.8.0) http_parser.rb (0.8.0)
i18n (1.14.6) i18n (1.14.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (4.3.3) jekyll (4.3.4)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
@@ -89,7 +89,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
jekyll (= 4.3.3) jekyll (= 4.3.4)
jekyll-random jekyll-random
jekyll-redirect-from jekyll-redirect-from
jekyll-tidy jekyll-tidy