From 91900883c90085ea290f233c4f21562e9ee86f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 21:54:30 +0000 Subject: [PATCH] Bump webrick from 1.8.1 to 1.8.2 in the bundler group across 1 directory Bumps the bundler group with 1 update in the / directory: [webrick](https://github.com/ruby/webrick). Updates `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-version: 1.8.2 dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 40 ++++++++++++++++++++-------------------- Gemfile.lock | 4 ++-- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Gemfile b/Gemfile index 84cb538e..de6416e6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,20 +1,20 @@ -source "https://rubygems.org" -ruby RUBY_VERSION - -gem "jekyll", "3.9.3" - -# to use GitHub Pages -# gem "github-pages", group: :jekyll_plugins - -# If you have any plugins, put them here! -group :jekyll_plugins do - gem "jemoji" - gem "github-pages" - gem "jekyll-remote-theme" - gem "jekyll-feed" -end - -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] - -gem 'webrick', '~> 1.7' \ No newline at end of file +source "https://rubygems.org" +ruby RUBY_VERSION + +gem "jekyll", "3.9.3" + +# to use GitHub Pages +# gem "github-pages", group: :jekyll_plugins + +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jemoji" + gem "github-pages" + gem "jekyll-remote-theme" + gem "jekyll-feed" +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] + +gem 'webrick', '~> 1.8' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 248f6025..7e24fbfd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,7 +247,7 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS x86_64-linux @@ -259,7 +259,7 @@ DEPENDENCIES jekyll-remote-theme jemoji tzinfo-data - webrick (~> 1.7) + webrick (~> 1.8) RUBY VERSION ruby 3.2.2p53