Skip to content

Commit 58e845b

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] <support@github.com>
1 parent 5a2ba93 commit 58e845b

File tree

2 files changed

+7
-7
lines changed

2 files changed

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

Gemfile.lock

Lines changed: 6 additions & 6 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.28.0-arm64-darwin)
16+
google-protobuf (4.28.1-arm64-darwin)
1717
bigdecimal
1818
rake (>= 13)
19-
google-protobuf (4.28.0-x86_64-linux)
19+
google-protobuf (4.28.1-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)
@@ -76,15 +76,15 @@ GEM
7676
google-protobuf (~> 4.27)
7777
terminal-table (3.0.2)
7878
unicode-display_width (>= 1.1.1, < 3)
79-
unicode-display_width (2.5.0)
79+
unicode-display_width (2.6.0)
8080
webrick (1.8.1)
8181

8282
PLATFORMS
8383
arm64-darwin
8484
x86_64-linux-gnu
8585

8686
DEPENDENCIES
87-
jekyll (~> 4.3.3)
87+
jekyll (~> 4.3.4)
8888
just-the-docs (= 0.10.0)
8989

9090
BUNDLED WITH

0 commit comments

Comments
 (0)