Browse Source

Update Jekyll to version 4.3.4 (#2066)

Paweł Kuna 1 month ago
parent
commit
e53942f4a6
3 changed files with 8 additions and 5 deletions
  1. 5 0
      .changeset/healthy-pumas-attend.md
  2. 1 3
      Gemfile
  3. 2 2
      Gemfile.lock

+ 5 - 0
.changeset/healthy-pumas-attend.md

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

+ 1 - 3
Gemfile

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

+ 2 - 2
Gemfile.lock

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