From 5312e468fe998e9ee5c4a30276544e73490ba8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 18:07:30 +0000 Subject: [PATCH] Bump just-the-docs from 0.5.1 to 0.5.4 Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.5.1 to 0.5.4. - [Release notes](https://github.com/just-the-docs/just-the-docs/releases) - [Changelog](https://github.com/just-the-docs/just-the-docs/blob/main/CHANGELOG.md) - [Commits](https://github.com/just-the-docs/just-the-docs/compare/v0.5.1...v0.5.4) --- updated-dependencies: - dependency-name: just-the-docs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 628eff6..5f800ba 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' group :jekyll_plugins do gem 'github-pages', '~> 228' gem 'jekyll-remote-include', '~> 1.0.2' - gem 'just-the-docs', '~> 0.5.1' + gem 'just-the-docs', '~> 0.5.4' end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 68751dc..a614215 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.8.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) jekyll (3.9.3) addressable (~> 2.4) @@ -197,7 +197,7 @@ GEM gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - just-the-docs (0.5.1) + just-the-docs (0.5.4) jekyll (>= 3.8.5) jekyll-seo-tag (>= 2.0) rake (>= 12.3.1) @@ -265,7 +265,7 @@ PLATFORMS DEPENDENCIES github-pages (~> 228) jekyll-remote-include (~> 1.0.2) - just-the-docs (~> 0.5.1) + just-the-docs (~> 0.5.4) BUNDLED WITH 2.2.33