Skip to content

Commit a4d5776

Browse files
authored
Merge pull request #16 from project-ocre/dependabot/bundler/jekyll-4.4.1
Bump jekyll from 4.4.0 to 4.4.1
2 parents 4c2ccb3 + 6fbd1d2 commit a4d5776

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
gem "jekyll", "~> 4.4.0" # installed by `gem jekyll`
2+
gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
33
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
44
gem "just-the-docs", "0.10.1" # pinned to the current release
55
# gem "just-the-docs" # always download the latest 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)
@@ -93,7 +93,7 @@ PLATFORMS
9393
DEPENDENCIES
9494
base64
9595
csv
96-
jekyll (~> 4.4.0)
96+
jekyll (~> 4.4.1)
9797
just-the-docs (= 0.10.1)
9898
logger
9999

0 commit comments

Comments
 (0)