Skip to content

Commit 9e08e43

Browse files
Upgrade: Bump jekyll from 4.3.4 to 4.4.1 in the ruby group (#341)
Bumps the ruby group with 1 update: [jekyll](https://github.com/jekyll/jekyll). Updates `jekyll` from 4.3.4 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.3.4...v4.4.1) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 435f37e commit 9e08e43

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

Gemfile

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

3-
gem "jekyll", "~> 4.3.4"
3+
gem "jekyll", "~> 4.4.1"
44

55
group :jekyll_plugins do
66
gem "jekyll-feed", "~> 0.17.0"

Gemfile.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,37 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
67
bigdecimal (3.1.9)
78
colorator (1.1.0)
8-
concurrent-ruby (1.3.4)
9+
concurrent-ruby (1.3.5)
10+
csv (3.3.2)
911
em-websocket (0.5.3)
1012
eventmachine (>= 0.12.9)
1113
http_parser.rb (~> 0)
1214
eventmachine (1.2.7)
13-
ffi (1.17.0)
15+
ffi (1.17.1)
1416
forwardable-extended (2.6.0)
15-
google-protobuf (4.29.2)
17+
google-protobuf (4.29.3)
1618
bigdecimal
1719
rake (>= 13)
1820
http_parser.rb (0.8.0)
19-
i18n (1.14.6)
21+
i18n (1.14.7)
2022
concurrent-ruby (~> 1.0)
21-
jekyll (4.3.4)
23+
jekyll (4.4.1)
2224
addressable (~> 2.4)
25+
base64 (~> 0.2)
2326
colorator (~> 1.0)
27+
csv (~> 3.0)
2428
em-websocket (~> 0.5)
2529
i18n (~> 1.0)
2630
jekyll-sass-converter (>= 2.0, < 4.0)
2731
jekyll-watch (~> 2.0)
32+
json (~> 2.6)
2833
kramdown (~> 2.3, >= 2.3.1)
2934
kramdown-parser-gfm (~> 1.0)
3035
liquid (~> 4.0)
31-
mercenary (>= 0.3.6, < 0.5)
36+
mercenary (~> 0.3, >= 0.3.6)
3237
pathutil (~> 0.9)
3338
rouge (>= 3.0, < 5.0)
3439
safe_yaml (~> 1.0)
@@ -42,6 +47,7 @@ GEM
4247
sass-embedded (~> 1.54)
4348
jekyll-watch (2.2.1)
4449
listen (~> 3.0)
50+
json (2.9.1)
4551
kramdown (2.5.1)
4652
rexml (>= 3.3.9)
4753
kramdown-parser-gfm (1.1.0)
@@ -61,8 +67,8 @@ GEM
6167
rexml (3.4.0)
6268
rouge (4.5.1)
6369
safe_yaml (1.0.5)
64-
sass-embedded (1.83.0)
65-
google-protobuf (~> 4.28)
70+
sass-embedded (1.83.4)
71+
google-protobuf (~> 4.29)
6672
rake (>= 13)
6773
terminal-table (3.0.2)
6874
unicode-display_width (>= 1.1.1, < 3)
@@ -73,7 +79,7 @@ PLATFORMS
7379
ruby
7480

7581
DEPENDENCIES
76-
jekyll (~> 4.3.4)
82+
jekyll (~> 4.4.1)
7783
jekyll-feed (~> 0.17.0)
7884
jekyll-paginate-v2 (~> 3.0.0)
7985

0 commit comments

Comments
 (0)