From 561cffc6ece1ed81eb370f0773d5b33bf0806314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 03:35:30 +0000 Subject: [PATCH] chore(deps): bump webrick from 1.8.1 to 1.8.2 in /portal 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] --- portal/Gemfile | 2 +- portal/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/portal/Gemfile b/portal/Gemfile index 79b96810..f9072d8c 100644 --- a/portal/Gemfile +++ b/portal/Gemfile @@ -17,5 +17,5 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.0" if Gem.win_platform? -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" gem "jekyll-get-json", "~> 1.0" \ No newline at end of file diff --git a/portal/Gemfile.lock b/portal/Gemfile.lock index 2e69b1f2..2ec71b4f 100644 --- a/portal/Gemfile.lock +++ b/portal/Gemfile.lock @@ -90,7 +90,7 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS arm64-darwin-23 @@ -106,7 +106,7 @@ DEPENDENCIES jekyll-toc rouge tzinfo-data - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.4.10