Skip to content

Commit 862784e

Browse files
authored
Merge pull request #4 from CLAS-205/dependabot/bundler/jekyll-4.4.1
Bump jekyll from 4.4.0 to 4.4.1
2 parents d802389 + 2aa38d7 commit 862784e

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-gnu
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)