From 77312d21fb963d7e636b96e7debcbd1de7488c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 13:57:13 +0000 Subject: [PATCH] Bump jekyll-admin from 0.11.0 to 0.11.1 Bumps [jekyll-admin](https://github.com/jekyll/jekyll-admin) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/jekyll/jekyll-admin/releases) - [Commits](https://github.com/jekyll/jekyll-admin/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: jekyll-admin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 38dd5c3..9c41d7b 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :jekyll_plugins do gem 'jekyll-gist', '~> 1.5.0' gem 'jekyll-seo-tag', '~> 2.8.0' gem 'jekyll-sitemap', '~> 1.4.0' - gem 'jekyll-admin', '~> 0.11.0' + gem 'jekyll-admin', '~> 0.11.1' end diff --git a/Gemfile.lock b/Gemfile.lock index fc4c036..a4935cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) backports (3.23.0) colorator (1.1.0) concurrent-ruby (1.1.10) @@ -36,10 +36,10 @@ GEM rouge (~> 3.0) safe_yaml (~> 1.0) terminal-table (~> 2.0) - jekyll-admin (0.11.0) + jekyll-admin (0.11.1) jekyll (>= 3.7, < 5.0) - sinatra (~> 1.4) - sinatra-contrib (~> 1.4) + sinatra (>= 1.4) + sinatra-contrib (>= 1.4) jekyll-feed (0.16.0) jekyll (>= 3.7, < 5.0) jekyll-gist (1.5.0) @@ -72,7 +72,7 @@ GEM sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.7) + public_suffix (5.0.0) puma (5.6.4) nio4r (~> 2.0) rack (1.6.13) @@ -84,11 +84,11 @@ GEM rack rack-test (2.0.2) rack (>= 1.3) - rb-fsevent (0.11.1) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) - rouge (3.29.0) + rouge (3.30.0) ruby2_keywords (0.0.5) safe_yaml (1.0.5) sassc (2.4.0) @@ -109,7 +109,7 @@ GEM tilt (>= 1.3, < 3) terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) - tilt (2.0.10) + tilt (2.0.11) trollop (2.9.9) tzinfo (2.0.4) concurrent-ruby (~> 1.0) @@ -129,7 +129,7 @@ DEPENDENCIES bundler (~> 2.3.15) faraday-retry jekyll (~> 4.2.2, >= 4.1.1) - jekyll-admin (~> 0.11.0) + jekyll-admin (~> 0.11.1) jekyll-feed (~> 0.16.0) jekyll-gist (~> 1.5.0) jekyll-paginate (~> 1.1.0)