Skip to content

Commit 43e29d7

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 7f20156 commit 43e29d7

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
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44

5-
gem 'jekyll', '~> 4.3', '>= 4.3.3'
5+
gem 'jekyll', '~> 4.3'
66

77
group :jekyll_plugins do
88
gem 'jekyll-postcss', '~> 0.5.0'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GEM
2020
eventmachine (1.2.7)
2121
ffi (1.17.0-x86_64-linux-gnu)
2222
forwardable-extended (2.6.0)
23-
google-protobuf (4.28.0-x86_64-linux)
23+
google-protobuf (4.28.1-x86_64-linux)
2424
bigdecimal
2525
rake (>= 13)
2626
haml (6.3.0)
@@ -29,9 +29,9 @@ GEM
2929
tilt
3030
htmlentities (4.3.4)
3131
http_parser.rb (0.8.0)
32-
i18n (1.14.5)
32+
i18n (1.14.6)
3333
concurrent-ruby (~> 1.0)
34-
jekyll (4.3.3)
34+
jekyll (4.3.4)
3535
addressable (~> 2.4)
3636
colorator (~> 1.0)
3737
em-websocket (~> 0.5)
@@ -118,7 +118,7 @@ GEM
118118
rdf (~> 3.3)
119119
rexml (~> 3.2)
120120
rexml (3.3.7)
121-
rouge (4.3.0)
121+
rouge (4.4.0)
122122
ruby-vips (2.0.17)
123123
ffi (~> 1.9)
124124
safe_yaml (1.0.5)
@@ -131,14 +131,14 @@ GEM
131131
unicode-display_width (>= 1.1.1, < 3)
132132
thor (1.3.1)
133133
tilt (2.3.0)
134-
unicode-display_width (2.5.0)
134+
unicode-display_width (2.6.0)
135135
webrick (1.8.1)
136136

137137
PLATFORMS
138138
x86_64-linux
139139

140140
DEPENDENCIES
141-
jekyll (~> 4.3, >= 4.3.3)
141+
jekyll (~> 4.3)
142142
jekyll-inline-svg (~> 1.1, >= 1.1.5)
143143
jekyll-node-module (~> 0.1.3)
144144
jekyll-plantuml (~> 1.4, >= 1.4.2)

0 commit comments

Comments
 (0)