diff --git a/Gemfile b/Gemfile index e7816f0..fb982b7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "jekyll", "~> 4.4.0" # installed by `gem jekyll` +gem "jekyll", "~> 4.4.1" # installed by `gem jekyll` # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 gem "just-the-docs", "0.10.1" # pinned to the current release diff --git a/Gemfile.lock b/Gemfile.lock index a1927ba..2052fe4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,7 +24,7 @@ GEM http_parser.rb (0.8.0) i18n (1.14.7) concurrent-ruby (~> 1.0) - jekyll (4.4.0) + jekyll (4.4.1) addressable (~> 2.4) base64 (~> 0.2) colorator (~> 1.0) @@ -90,7 +90,7 @@ PLATFORMS x86_64-linux-gnu DEPENDENCIES - jekyll (~> 4.4.0) + jekyll (~> 4.4.1) just-the-docs (= 0.10.1) BUNDLED WITH