Skip to content

Commit e77b9c6

Browse files
dependabot[bot]fabmax
authored andcommitted
Bump jekyll from 4.4.0 to 4.4.1
Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v4.4.0...v4.4.1) --- 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 32840e9 commit e77b9c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4.0" # installed by `gem jekyll`
3+
gem "jekyll", "~> 4.4.1" # 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.1" # pinned to the current release

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GEM
2424
http_parser.rb (0.8.0)
2525
i18n (1.14.7)
2626
concurrent-ruby (~> 1.0)
27-
jekyll (4.4.0)
27+
jekyll (4.4.1)
2828
addressable (~> 2.4)
2929
base64 (~> 0.2)
3030
colorator (~> 1.0)
@@ -90,7 +90,7 @@ PLATFORMS
9090
x86_64-linux
9191

9292
DEPENDENCIES
93-
jekyll (~> 4.4.0)
93+
jekyll (~> 4.4.1)
9494
just-the-docs (= 0.10.1)
9595

9696
BUNDLED WITH

0 commit comments

Comments
 (0)