Skip to content

Commit ba6cdc2

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

File tree

2 files changed

+12
-12
lines changed

2 files changed

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

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

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.5)
4+
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.2.2)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.15.5)
12+
ffi (1.16.3)
1313
forwardable-extended (2.6.0)
14-
google-protobuf (3.24.3-arm64-darwin)
15-
google-protobuf (3.24.3-x86_64-linux)
14+
google-protobuf (3.25.1-arm64-darwin)
15+
google-protobuf (3.25.1-x86_64-linux)
1616
http_parser.rb (0.8.0)
1717
i18n (1.14.1)
1818
concurrent-ruby (~> 1.0)
19-
jekyll (4.3.2)
19+
jekyll (4.3.3)
2020
addressable (~> 2.4)
2121
colorator (~> 1.0)
2222
em-websocket (~> 0.5)
@@ -56,29 +56,29 @@ GEM
5656
mercenary (0.4.0)
5757
pathutil (0.16.2)
5858
forwardable-extended (~> 2.6)
59-
public_suffix (5.0.3)
59+
public_suffix (5.0.4)
6060
rake (13.0.6)
6161
rb-fsevent (0.11.2)
6262
rb-inotify (0.10.1)
6363
ffi (~> 1.0)
6464
rexml (3.2.6)
65-
rouge (4.1.3)
65+
rouge (4.2.0)
6666
safe_yaml (1.0.5)
67-
sass-embedded (1.67.0-arm64-darwin)
67+
sass-embedded (1.69.5-arm64-darwin)
6868
google-protobuf (~> 3.23)
69-
sass-embedded (1.67.0-x86_64-linux-gnu)
69+
sass-embedded (1.69.5-x86_64-linux-gnu)
7070
google-protobuf (~> 3.23)
7171
terminal-table (3.0.2)
7272
unicode-display_width (>= 1.1.1, < 3)
73-
unicode-display_width (2.4.2)
73+
unicode-display_width (2.5.0)
7474
webrick (1.8.1)
7575

7676
PLATFORMS
7777
arm64-darwin-23
7878
x86_64-linux
7979

8080
DEPENDENCIES
81-
jekyll (~> 4.3.2)
81+
jekyll (~> 4.3.3)
8282
just-the-docs (= 0.7.0)
8383

8484
BUNDLED WITH

0 commit comments

Comments
 (0)