Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a01658f

Browse files
authoredSep 17, 2024··
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 6793832 commit a01658f

File tree

2 files changed

+25
-20
lines changed

2 files changed

+25
-20
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.8.2" # pinned to the current release

‎Gemfile.lock

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.1.8)
67
colorator (1.1.0)
7-
concurrent-ruby (1.2.3)
8+
concurrent-ruby (1.3.4)
89
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
1011
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
ffi (1.16.3)
13+
ffi (1.17.0-arm64-darwin)
14+
ffi (1.17.0-x86_64-linux-gnu)
1315
forwardable-extended (2.6.0)
14-
google-protobuf (3.25.3-arm64-darwin)
15-
google-protobuf (3.25.3-x86_64-linux)
16+
google-protobuf (4.28.1-arm64-darwin)
17+
bigdecimal
18+
rake (>= 13)
19+
google-protobuf (4.28.1-x86_64-linux)
20+
bigdecimal
21+
rake (>= 13)
1622
http_parser.rb (0.8.0)
17-
i18n (1.14.4)
23+
i18n (1.14.6)
1824
concurrent-ruby (~> 1.0)
19-
jekyll (4.3.3)
25+
jekyll (4.3.4)
2026
addressable (~> 2.4)
2127
colorator (~> 1.0)
2228
em-websocket (~> 0.5)
@@ -56,30 +62,29 @@ GEM
5662
mercenary (0.4.0)
5763
pathutil (0.16.2)
5864
forwardable-extended (~> 2.6)
59-
public_suffix (5.0.5)
65+
public_suffix (6.0.1)
6066
rake (13.2.1)
6167
rb-fsevent (0.11.2)
62-
rb-inotify (0.10.1)
68+
rb-inotify (0.11.1)
6369
ffi (~> 1.0)
64-
rexml (3.2.6)
65-
rouge (4.2.1)
70+
rexml (3.3.7)
71+
rouge (4.4.0)
6672
safe_yaml (1.0.5)
67-
sass-embedded (1.69.5)
68-
google-protobuf (~> 3.23)
69-
rake (>= 13.0.0)
70-
sass-embedded (1.69.5-arm64-darwin)
71-
google-protobuf (~> 3.23)
73+
sass-embedded (1.78.0-arm64-darwin)
74+
google-protobuf (~> 4.27)
75+
sass-embedded (1.78.0-x86_64-linux-gnu)
76+
google-protobuf (~> 4.27)
7277
terminal-table (3.0.2)
7378
unicode-display_width (>= 1.1.1, < 3)
74-
unicode-display_width (2.5.0)
79+
unicode-display_width (2.6.0)
7580
webrick (1.8.1)
7681

7782
PLATFORMS
7883
arm64-darwin
7984
x86_64-linux
8085

8186
DEPENDENCIES
82-
jekyll (~> 4.3.3)
87+
jekyll (~> 4.3.4)
8388
just-the-docs (= 0.8.2)
8489

8590
BUNDLED WITH

0 commit comments

Comments
 (0)
Please sign in to comment.