From 4114771971e2f4fb6afeb24c309b2fcb0f3fb6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:18:44 +0000 Subject: [PATCH] Bump webrick from 1.8.1 to 1.8.2 Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index edbf8caf4..499c00694 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'iiifc-theme', github: 'iiif/iiifc-theme', branch: 'ignore-font-awsome' # For open graph and Twitter Card elements gem 'jekyll-seo-tag' -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" # Pining jekyll-liquify as 0.0.3 is broken gem "jekyll-liquify", "0.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index 6bb67cb30..73d732a47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM typhoeus (1.4.1) ethon (>= 0.9.0) unicode-display_width (1.8.0) - webrick (1.8.1) + webrick (1.8.2) yell (2.2.2) PLATFORMS @@ -134,7 +134,7 @@ DEPENDENCIES jekyll-seo-tag rake rspec - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.3