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