From 997f3c19842f1c87b9c8492bc107a36e1d0e57d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:45:54 +0000 Subject: [PATCH] bundle(deps): bump webrick from 1.8.2 to 1.9.0 Bumps [webrick](https://github.com/ruby/webrick) from 1.8.2 to 1.9.0. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.8.2...v1.9.0) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 42 +++++++++++++++++++++--------------------- Gemfile.lock | 4 ++-- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Gemfile b/Gemfile index 05f6909..c392852 100644 --- a/Gemfile +++ b/Gemfile @@ -1,21 +1,21 @@ -source "https://rubygems.org" -ruby RUBY_VERSION - -gem "jekyll" - -# 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' - -# gem "rake" -# gem 'prism', '~> 0.17.1' -# gem 'ruby-lsp', '~> 0.12.4' +source "https://rubygems.org" +ruby RUBY_VERSION + +gem "jekyll" + +# 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.9' + +# gem "rake" +# gem 'prism', '~> 0.17.1' +# gem 'ruby-lsp', '~> 0.12.4' diff --git a/Gemfile.lock b/Gemfile.lock index 14f4fdd..05ccebe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -283,7 +283,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (0.13.1) - webrick (1.8.2) + webrick (1.9.0) PLATFORMS aarch64-linux @@ -308,7 +308,7 @@ DEPENDENCIES jekyll-remote-theme jemoji tzinfo-data - webrick (~> 1.7) + webrick (~> 1.9) RUBY VERSION ruby 3.3.5p100