From 5dc35df2e9d770adabf13003b31acc953cfa30c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 19:11:06 +0000 Subject: [PATCH] Bump just-the-docs from 0.5.1 to 0.5.3 Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.5.1 to 0.5.3. - [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.3) --- 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..aa2c6ed 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.3' end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 68751dc..874a74a 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.3) 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.3) BUNDLED WITH 2.2.33