Skip to content

Commit ed54ecc

Browse files
chore(deps): bump jekyll from 4.4.0 to 4.4.1 in the jekyll group
Bumps the jekyll group with 1 update: [jekyll](https://github.com/jekyll/jekyll). Updates `jekyll` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: jekyll dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jekyll ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a96192f commit ed54ecc

File tree

2 files changed

+32
-11
lines changed

2 files changed

+32
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Jekyll core
4-
gem "jekyll", "~> 4.4.0"
4+
gem "jekyll", "~> 4.4.1"
55

66
# Theme
77
gem "minima", "~> 2.5"

Gemfile.lock

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,60 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 6.0)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.3.0)
7+
bigdecimal (3.2.3)
68
colorator (1.1.0)
79
concurrent-ruby (1.3.5)
10+
csv (3.3.5)
811
em-websocket (0.5.3)
912
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
13+
http_parser.rb (~> 0)
1114
eventmachine (1.2.7)
1215
ffi (1.17.2-arm64-darwin)
16+
ffi (1.17.2-x86_64-linux-gnu)
1317
forwardable-extended (2.6.0)
1418
google-protobuf (4.32.1-arm64-darwin)
19+
bigdecimal
20+
rake (>= 13)
21+
google-protobuf (4.32.1-x86_64-linux-gnu)
22+
bigdecimal
23+
rake (>= 13)
1524
http_parser.rb (0.8.0)
1625
i18n (1.14.7)
1726
concurrent-ruby (~> 1.0)
18-
jekyll (4.4.0)
27+
jekyll (4.4.1)
1928
addressable (~> 2.4)
29+
base64 (~> 0.2)
2030
colorator (~> 1.0)
31+
csv (~> 3.0)
2132
em-websocket (~> 0.5)
2233
i18n (~> 1.0)
2334
jekyll-sass-converter (>= 2.0, < 4.0)
2435
jekyll-watch (~> 2.0)
36+
json (~> 2.6)
2537
kramdown (~> 2.3, >= 2.3.1)
2638
kramdown-parser-gfm (~> 1.0)
2739
liquid (~> 4.0)
28-
mercenary (>= 0.3.6, < 0.5)
40+
mercenary (~> 0.3, >= 0.3.6)
2941
pathutil (~> 0.9)
3042
rouge (>= 3.0, < 5.0)
3143
safe_yaml (~> 1.0)
3244
terminal-table (>= 1.8, < 4.0)
45+
webrick (~> 1.7)
3346
jekyll-feed (0.17.0)
3447
jekyll (>= 3.7, < 5.0)
3548
jekyll-sass-converter (3.1.0)
36-
sass-embedded (~> 1.69)
49+
sass-embedded (~> 1.75)
3750
jekyll-seo-tag (2.8.0)
3851
jekyll (>= 3.8, < 5.0)
3952
jekyll-sitemap (1.4.0)
4053
jekyll (>= 3.7, < 5.0)
4154
jekyll-watch (2.2.1)
4255
listen (~> 3.0)
56+
json (2.15.0)
4357
kramdown (2.5.1)
44-
rexml
58+
rexml (>= 3.3.9)
4559
kramdown-parser-gfm (1.1.0)
4660
kramdown (~> 2.0)
4761
liquid (4.0.4)
@@ -56,28 +70,35 @@ GEM
5670
pathutil (0.16.2)
5771
forwardable-extended (~> 2.6)
5872
public_suffix (6.0.2)
73+
rake (13.3.0)
5974
rb-fsevent (0.11.2)
6075
rb-inotify (0.11.1)
6176
ffi (~> 1.0)
62-
rexml (3.3.9)
77+
rexml (3.4.4)
6378
rouge (4.6.1)
6479
safe_yaml (1.0.5)
6580
sass-embedded (1.93.2-arm64-darwin)
66-
google-protobuf (~> 4.32)
81+
google-protobuf (~> 4.31)
82+
sass-embedded (1.93.2-x86_64-linux-gnu)
83+
google-protobuf (~> 4.31)
6784
terminal-table (3.0.2)
68-
unicode-display_width (~> 2.0)
85+
unicode-display_width (>= 1.1.1, < 3)
6986
unicode-display_width (2.6.0)
7087
webrick (1.9.1)
7188

7289
PLATFORMS
7390
arm64-darwin-25
91+
x86_64-linux
7492

7593
DEPENDENCIES
76-
jekyll (~> 4.4.0)
94+
jekyll (~> 4.4.1)
7795
jekyll-feed (~> 0.17)
7896
jekyll-seo-tag (~> 2.8)
7997
jekyll-sitemap (~> 1.4)
8098
minima (~> 2.5)
99+
tzinfo (>= 1, < 3)
100+
tzinfo-data
101+
wdm (~> 0.1.1)
81102
webrick (~> 1.7)
82103

83104
BUNDLED WITH

0 commit comments

Comments
 (0)