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