Skip to content

Commit d155535

Browse files
build(deps): Bump jekyll from 4.3.3 to 4.3.4
Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1f0272 commit d155535

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
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.3" # installed by `gem jekyll`
3+
gem "jekyll", "~> 4.3.4" # installed by `gem jekyll`
44
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

66
gem "just-the-docs", "0.9.0" # pinned to the current release

Gemfile.lock

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ GEM
1313
ffi (1.17.0-arm64-darwin)
1414
ffi (1.17.0-x86_64-linux-gnu)
1515
forwardable-extended (2.6.0)
16-
google-protobuf (4.27.5-arm64-darwin)
16+
google-protobuf (4.28.2-arm64-darwin)
1717
bigdecimal
1818
rake (>= 13)
19-
google-protobuf (4.27.5-x86_64-linux)
19+
google-protobuf (4.28.2-x86_64-linux)
2020
bigdecimal
2121
rake (>= 13)
2222
http_parser.rb (0.8.0)
23-
i18n (1.14.5)
23+
i18n (1.14.6)
2424
concurrent-ruby (~> 1.0)
25-
jekyll (4.3.3)
25+
jekyll (4.3.4)
2626
addressable (~> 2.4)
2727
colorator (~> 1.0)
2828
em-websocket (~> 0.5)
@@ -67,26 +67,24 @@ GEM
6767
rb-fsevent (0.11.2)
6868
rb-inotify (0.11.1)
6969
ffi (~> 1.0)
70-
rexml (3.3.6)
71-
strscan
72-
rouge (4.3.0)
70+
rexml (3.3.8)
71+
rouge (4.4.0)
7372
safe_yaml (1.0.5)
74-
sass-embedded (1.77.8-arm64-darwin)
75-
google-protobuf (~> 4.26)
76-
sass-embedded (1.77.8-x86_64-linux-gnu)
77-
google-protobuf (~> 4.26)
78-
strscan (3.1.0)
73+
sass-embedded (1.79.4-arm64-darwin)
74+
google-protobuf (~> 4.27)
75+
sass-embedded (1.79.4-x86_64-linux-gnu)
76+
google-protobuf (~> 4.27)
7977
terminal-table (3.0.2)
8078
unicode-display_width (>= 1.1.1, < 3)
81-
unicode-display_width (2.5.0)
79+
unicode-display_width (2.6.0)
8280
webrick (1.8.2)
8381

8482
PLATFORMS
8583
arm64-darwin-23
8684
x86_64-linux
8785

8886
DEPENDENCIES
89-
jekyll (~> 4.3.3)
87+
jekyll (~> 4.3.4)
9088
just-the-docs (= 0.9.0)
9189

9290
BUNDLED WITH

0 commit comments

Comments
 (0)