Skip to content

Commit 6df0eb8

Browse files
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 4264e3a commit 6df0eb8

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

Gemfile

+1-1
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.10.0" # pinned to the current release

Gemfile.lock

+12-13
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ GEM
3232
addressable (~> 2.8)
3333
process_executer (~> 1.1)
3434
rchardet (~> 1.8)
35-
google-protobuf (4.27.3-arm64-darwin)
35+
google-protobuf (4.28.2-arm64-darwin)
3636
bigdecimal
3737
rake (>= 13)
38-
google-protobuf (4.27.3-x86_64-linux)
38+
google-protobuf (4.28.2-x86_64-linux)
3939
bigdecimal
4040
rake (>= 13)
4141
http_parser.rb (0.8.0)
42-
i18n (1.14.5)
42+
i18n (1.14.6)
4343
concurrent-ruby (~> 1.0)
44-
jekyll (4.3.3)
44+
jekyll (4.3.4)
4545
addressable (~> 2.4)
4646
colorator (~> 1.0)
4747
em-websocket (~> 0.5)
@@ -90,29 +90,28 @@ GEM
9090
rb-inotify (0.11.1)
9191
ffi (~> 1.0)
9292
rchardet (1.8.0)
93-
rexml (3.3.5)
94-
strscan
95-
rouge (4.3.0)
93+
rexml (3.3.8)
94+
rouge (4.4.0)
9695
safe_yaml (1.0.5)
97-
sass-embedded (1.78.0)
96+
sass-embedded (1.79.4-arm64-darwin)
97+
google-protobuf (~> 4.27)
98+
sass-embedded (1.79.4-x86_64-linux-gnu)
9899
google-protobuf (~> 4.27)
99-
rake (>= 13)
100100
securerandom (0.3.1)
101-
strscan (3.1.0)
102101
terminal-table (3.0.2)
103102
unicode-display_width (>= 1.1.1, < 3)
104103
tzinfo (2.0.6)
105104
concurrent-ruby (~> 1.0)
106-
unicode-display_width (2.5.0)
107-
webrick (1.8.1)
105+
unicode-display_width (2.6.0)
106+
webrick (1.8.2)
108107

109108
PLATFORMS
110109
arm64-darwin-23
111110
x86_64-linux
112111

113112
DEPENDENCIES
114113
git
115-
jekyll (~> 4.3.3)
114+
jekyll (~> 4.3.4)
116115
just-the-docs (= 0.10.0)
117116

118117
BUNDLED WITH

0 commit comments

Comments
 (0)